diff options
Diffstat (limited to 'test/Preprocessor/traditional-cpp.c')
-rw-r--r-- | test/Preprocessor/traditional-cpp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Preprocessor/traditional-cpp.c b/test/Preprocessor/traditional-cpp.c index 5a94c00c96..0396c9b126 100644 --- a/test/Preprocessor/traditional-cpp.c +++ b/test/Preprocessor/traditional-cpp.c @@ -78,3 +78,7 @@ a b c in skipped block /* CHECK-NOT: {{^}}a b c in skipped block{{$}} * CHECK-NOT: {{^}}/* Comments are whitespace too */ + +Preserve URLs: http://clang.llvm.org +/* CHECK: {{^}}Preserve URLs: http://clang.llvm.org{{$}} + */ |