Skip to content

Commit bcab1f3

Browse files
committed
fix missing space in test
Created using spr 1.3.6-beta.1
1 parent c719eb0 commit bcab1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Driver/msp430-char.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/// Check that char is unsigned by default.
2-
// RUN: %clang -### %s --target=msp430 -c 2>&1 | FileCheck%s
2+
// RUN: %clang -### %s --target=msp430 -c 2>&1 | FileCheck %s
33
// CHECK: "-cc1" "-triple" "msp430"
44
// CHECK-SAME: "-fno-signed-char"

0 commit comments

Comments
 (0)