summaryrefslogtreecommitdiff
path: root/test/tsan/simple_stack2.cc
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2015-01-25 04:39:06 +0000
committerDavid Blaikie <dblaikie@gmail.com>2015-01-25 04:39:06 +0000
commit1bfe7428c95835edbf08cf3a961b01e7046335ed (patch)
tree819e758bf94fb0ff98fdcd1c2c777b9044c31e26 /test/tsan/simple_stack2.cc
parentf43bdf8395091f67885712919c72e12b4b51facc (diff)
Fix up test cases to account for improved column fidelity provided by clang
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@227033 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/tsan/simple_stack2.cc')
-rw-r--r--test/tsan/simple_stack2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/simple_stack2.cc b/test/tsan/simple_stack2.cc
index 719efdf05..20ef729f7 100644
--- a/test/tsan/simple_stack2.cc
+++ b/test/tsan/simple_stack2.cc
@@ -44,7 +44,7 @@ int main() {
// CHECK: WARNING: ThreadSanitizer: data race
// CHECK-NEXT: Write of size 4 at {{.*}} by thread T1:
-// CHECK-NEXT: #0 foo1{{.*}} {{.*}}simple_stack2.cc:7{{(:3)?}} (simple_stack2.cc.exe+{{.*}})
+// CHECK-NEXT: #0 foo1{{.*}} {{.*}}simple_stack2.cc:7{{(:10)?}} (simple_stack2.cc.exe+{{.*}})
// CHECK-NEXT: #1 bar1{{.*}} {{.*}}simple_stack2.cc:14{{(:3)?}} (simple_stack2.cc.exe+{{.*}})
// CHECK-NEXT: #2 Thread1{{.*}} {{.*}}simple_stack2.cc:32{{(:3)?}} (simple_stack2.cc.exe+{{.*}})
// CHECK: Previous read of size 4 at {{.*}} by main thread: