Skip to content

Commit 8fed6a8

Browse files
committed
Make expectation of the test case more explicit
1 parent 593bfe8 commit 8fed6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/test/COFF/imports-static-lib-indirect.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# RUN: llvm-lib %t.other.obj -out:%t.other.lib
88
# RUN: lld-link %t.other.lib %t.main.obj -out:%t.dll -dll 2>&1 | FileCheck %s
99

10-
CHECK: warning: {{.*}} [LNK4217]
10+
CHECK: warning: {{.*}} locally defined symbol imported: foo {{.*}} [LNK4217]
1111

1212
#--- other.s
1313
.text

0 commit comments

Comments
 (0)