Skip to content

Commit cf02c07

Browse files
committed
Make ThinArchiveMissingMember.test check case-insensitive
This patch makes the `ThinArchiveMissingMember.test` case-insensitive this enables the test check to be platform agnostic. Signed-off-by: Rishabh Bali <rbali@qti.qualcomm.com>
1 parent a4fa8a8 commit cf02c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Common/standalone/ThinArchivesMissingMember/ThinArchiveMissingMember.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN: %clang %clangopts -o %t1.1.o %p/Inputs/1.c -c -ffunction-sections
88
RUN: %clang %clangopts -o %t1.main.o %p/Inputs/main.c -c -ffunction-sections
99
RUN: %ar cr %aropts --thin %t1.lib1.a %t1.1.o
1010
RUN: %rm %t1.1.o
11-
RUN: %not %link %linkopts -o %t1.main.out %t1.main.o %t1.lib1.a 2>&1 | %filecheck %s --check-prefix=ERROR
11+
RUN: %not %link %linkopts -o %t1.main.out %t1.main.o %t1.lib1.a 2>&1 | %filecheck --ignore-case %s --check-prefix=ERROR
1212
#END_TEST
1313

1414
ERROR: Fatal: LLVM: '{{.*}}1.o': No such file or directory

0 commit comments

Comments
 (0)