diff options
Diffstat (limited to 'test/CoverageMapping/builtinmacro.c')
-rw-r--r-- | test/CoverageMapping/builtinmacro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CoverageMapping/builtinmacro.c b/test/CoverageMapping/builtinmacro.c index a023abc62a40..80b2672a6736 100644 --- a/test/CoverageMapping/builtinmacro.c +++ b/test/CoverageMapping/builtinmacro.c @@ -3,7 +3,7 @@ // Test the coverage mapping generation for built-in macroes. // CHECK: filename -const char *filename (const char *name) { // CHECK-NEXT: File 0, [[@LINE]]:41 -> [[@LINE+3]]:2 = #0 (HasCodeBefore = 0) +const char *filename (const char *name) { // CHECK-NEXT: File 0, [[@LINE]]:41 -> [[@LINE+3]]:2 = #0 static const char this_file[] = __FILE__; return this_file; } |