diff options
Diffstat (limited to 'test/Lexer/preamble.c')
-rw-r--r-- | test/Lexer/preamble.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Lexer/preamble.c b/test/Lexer/preamble.c index 7735b475e1ae8..5b2739abefcc9 100644 --- a/test/Lexer/preamble.c +++ b/test/Lexer/preamble.c @@ -1,5 +1,5 @@ // Preamble detection test: see below for comments and test commands. -// +//* A BCPL comment that includes '/*' #include <blah> #ifndef FOO #else @@ -24,7 +24,7 @@ int foo(); // RUN: FileCheck < %t %s // CHECK: // Preamble detection test: see below for comments and test commands. -// CHECK-NEXT: // +// CHECK-NEXT: //* A BCPL comment that includes '/*' // CHECK-NEXT: #include <blah> // CHECK-NEXT: #ifndef FOO // CHECK-NEXT: #else |