diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-12-18 20:11:37 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-12-18 20:11:37 +0000 |
commit | 461a67fa15370a9ec88f8f8a240bf7c123bb2029 (patch) | |
tree | 6942083d7d56bba40ec790a453ca58ad3baf6832 /test/CoverageMapping/macroscopes.cpp | |
parent | 75c3240472ba6ac2669ee72ca67eb72d4e2851fc (diff) |
Diffstat (limited to 'test/CoverageMapping/macroscopes.cpp')
-rw-r--r-- | test/CoverageMapping/macroscopes.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CoverageMapping/macroscopes.cpp b/test/CoverageMapping/macroscopes.cpp index f5fd55c731779..3f5f65e5ad7b5 100644 --- a/test/CoverageMapping/macroscopes.cpp +++ b/test/CoverageMapping/macroscopes.cpp @@ -89,10 +89,10 @@ int main() { // CHECK-NEXT: File 1, 3:52 -> 3:53 = #1 // CHECK-NEXT: File 2, 10:3 -> 20:4 = #1 // CHECK-NEXT: File 2, 11:7 -> 11:13 = #1 -// CHECK-NEXT: File 2, 11:15 -> 13:4 = #2 +// CHECK: File 2, 11:15 -> 13:4 = #2 // CHECK-NEXT: File 2, 13:10 -> 15:4 = (#1 - #2) // CHECK-NEXT: File 2, 16:7 -> 16:11 = #1 -// CHECK-NEXT: File 2, 16:13 -> 18:4 = #3 +// CHECK: File 2, 16:13 -> 18:4 = #3 // CHECK-NEXT: File 2, 18:10 -> 20:4 = (#1 - #3) // CHECK-NEXT: File 3, 6:3 -> 7:4 = #1 // CHECK-NEXT: File 4, 3:24 -> 3:53 = #0 @@ -101,10 +101,10 @@ int main() { // CHECK-NEXT: File 4, 3:52 -> 3:53 = #4 // CHECK-NEXT: File 5, 10:3 -> 20:4 = #4 // CHECK-NEXT: File 5, 11:7 -> 11:13 = #4 -// CHECK-NEXT: File 5, 11:15 -> 13:4 = #5 +// CHECK: File 5, 11:15 -> 13:4 = #5 // CHECK-NEXT: File 5, 13:10 -> 15:4 = (#4 - #5) // CHECK-NEXT: File 5, 16:7 -> 16:11 = #4 -// CHECK-NEXT: File 5, 16:13 -> 18:4 = #6 +// CHECK: File 5, 16:13 -> 18:4 = #6 // CHECK-NEXT: File 5, 18:10 -> 20:4 = (#4 - #6) // CHECK-NEXT: File 6, 6:3 -> 7:4 = #4 // CHECK-NEXT: File 7, 3:24 -> 3:53 = #0 |