Skip to content

Commit 66a51b5

Browse files
Fix typo in test, causing less FileCheck-ing than intended
1 parent 112e3e7 commit 66a51b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Driver/ps5-linker.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
// CHECK-LD: {{ld(\.exe)?}}"
132132
// CHECK-MAIN-CRT-SAME: "crt1.o" "crti.o" "crtbegin.o"
133133
// CHECK-SHARED-CRT-SAME: "crti.o" "crtbeginS.o"
134-
// CHECK-STATIC-CRT-SAMW: "crt1.o" "crti.o" "crtbeginT.o"
134+
// CHECK-STATIC-CRT-SAME: "crt1.o" "crti.o" "crtbeginT.o"
135135

136136
// CHECK-NO-LIBC-NOT: "-lc{{(_stub_weak)?}}"
137137
// CHECK-NO-LIBCPP-NOT: "-l{{c_stub_weak|stdc\+\+}}"

0 commit comments

Comments
 (0)