about summary refs log tree commit diff homepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Feature/SourceMapping.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/Feature/SourceMapping.c b/test/Feature/SourceMapping.c
index 0462ba0b..9835d701 100644
--- a/test/Feature/SourceMapping.c
+++ b/test/Feature/SourceMapping.c
@@ -9,13 +9,14 @@
 // CHECK: positions: instr line
 // CHECK: ob={{.*}}/SourceMapping.c{{.*}}/assembly.ll
 
-// Assuming the compiler doesn't reorder things, f0 should be first.
-// CHECK: fn=f0
+// Assuming the compiler doesn't reorder things, f0 should be first, and it
+// should immediately follow the first file name marker.
+// CHECK: fl={{.*}}/SourceMapping.c
+// CHECK-NEXT: fn=f0
 
 // Ensure we have a known position for the first instruction (instr and line
 // should be non-zero).
 
-// CHECK-NEXT: fl={{.*}}/SourceMapping.c
 // CHECK-NEXT: {{[1-9][0-9]*}} {{[1-9][0-9]*}}
 
 
@@ -36,7 +37,6 @@
 
 
 
-
 // KEEP THIS AS LINE 40
 
 int f0(int a, int b) {