[memprof] Remove an unused using directive (#117004)
[llvm-project.git] / lld / test / COFF / visitedlibs.test
blob639a465d0ccc28cfeda4eff931628a52cbffbd20
1 # RUN: rm -rf %t && mkdir -p %t
2 # RUN: cp %S/Inputs/hello64.obj %t
3 # RUN: cp %S/Inputs/std64.lib %t/STD64.lib
5 # RUN: lld-link %t/STD64.lib /out:%t.exe /entry:main \
6 # RUN:   /subsystem:console %t/hello64.obj /defaultlib:STD64.lib \
7 # RUN:   /verbose 2>&1 | FileCheck %s
9 CHECK: Reading {{.*}}/STD64.lib
10 CHECK-NOT: could not open 'STD64.lib'