summaryrefslogtreecommitdiff
path: root/test/tsan/simple_stack.c
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-12-30 19:54:25 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-12-30 19:54:25 +0000
commitf72f42958663a578dad99c2406285fac5c84986e (patch)
treef06d9fa854d9038a3d390ad60fc229320e1c5071 /test/tsan/simple_stack.c
parent391fae7371299b5a0af1622fbc91f5cddcbce432 (diff)
Reapply debug info changes now that more precise column information is available.
(recommitting as the Clang patch is back in with the latest fix - hopefully it sticks) git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@225001 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/tsan/simple_stack.c')
-rw-r--r--test/tsan/simple_stack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/simple_stack.c b/test/tsan/simple_stack.c
index 87367033b..62840c27d 100644
--- a/test/tsan/simple_stack.c
+++ b/test/tsan/simple_stack.c
@@ -53,7 +53,7 @@ int main() {
// CHECK-NEXT: #1 bar1{{.*}} {{.*}}simple_stack.c:14{{(:3)?}} ({{.*}})
// CHECK-NEXT: #2 Thread1{{.*}} {{.*}}simple_stack.c:28{{(:3)?}} ({{.*}})
// CHECK: Previous read of size 4 at {{.*}} by thread T2:
-// CHECK-NEXT: #0 foo2{{.*}} {{.*}}simple_stack.c:18{{(:3)?}} ({{.*}})
+// CHECK-NEXT: #0 foo2{{.*}} {{.*}}simple_stack.c:18{{(:20)?}} ({{.*}})
// CHECK-NEXT: #1 bar2{{.*}} {{.*}}simple_stack.c:23{{(:3)?}} ({{.*}})
// CHECK-NEXT: #2 Thread2{{.*}} {{.*}}simple_stack.c:33{{(:3)?}} ({{.*}})
// CHECK: Thread T1 (tid={{.*}}, running) created by main thread at: