Skip to content

Commit c244331

Browse files
committed
Make FileCheck argument order consistent
1 parent 741543e commit c244331

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lld/test/COFF/thin-archive.s

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939

4040
# RUN: rm %t.lib.obj
4141
# RUN: lld-link @%t.rsp %t.lib 2>&1 | \
42-
# RUN: FileCheck --check-prefix=ERR --allow-empty %s
42+
# RUN: FileCheck %s --check-prefix=ERR --allow-empty
4343
# RUN: env LLD_IN_TEST=1 not lld-link @%t.rsp %t_thin.lib 2>&1 | \
44-
# RUN: FileCheck --check-prefix=NOOBJ %s
44+
# RUN: FileCheck %s --check-prefix=NOOBJ
4545
# RUN: env LLD_IN_TEST=1 not lld-link @%t.rsp /wholearchive:%t_thin.lib 2>&1 | \
46-
# RUN: FileCheck --check-prefix=NOOBJWHOLE %s
46+
# RUN: FileCheck %s --check-prefix=NOOBJWHOLE
4747
# RUN: env LLD_IN_TEST=1 not lld-link @%t.rsp %t_thin.lib /demangle:no 2>&1 | \
48-
# RUN: FileCheck --check-prefix=NOOBJNODEMANGLE %s
48+
# RUN: FileCheck %s --check-prefix=NOOBJNODEMANGLE
4949

5050
# ERR-NOT: error: could not get the buffer for the member defining
5151
# NOOBJ: error: could not get the buffer for the member defining symbol int __cdecl f(void): {{.*}}.lib({{.*}}.lib.obj):

0 commit comments

Comments
 (0)