summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2017-04-27 16:21:50 +0000
committerTim Northover <tnorthover@apple.com>2017-04-27 16:21:50 +0000
commit8488991bb86dd2896b00e3bdaef002e79c68a2f1 (patch)
treefefe61e14fea2a866d5f2c45a0a6f5e0d56d536f
parent51978f5ba206c47a5e36eeea42b75d128a4df2e8 (diff)
downloadbcm5719-llvm-8488991bb86dd2896b00e3bdaef002e79c68a2f1.tar.gz
bcm5719-llvm-8488991bb86dd2896b00e3bdaef002e79c68a2f1.zip
TSan: update line number after XFAIL on iOS.
llvm-svn: 301560
-rw-r--r--compiler-rt/test/tsan/Darwin/xpc-race.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/test/tsan/Darwin/xpc-race.mm b/compiler-rt/test/tsan/Darwin/xpc-race.mm
index 4b037e170b7..2e965e4a0a1 100644
--- a/compiler-rt/test/tsan/Darwin/xpc-race.mm
+++ b/compiler-rt/test/tsan/Darwin/xpc-race.mm
@@ -76,8 +76,8 @@ int main(int argc, const char *argv[]) {
// CHECK: Hello world.
// CHECK: WARNING: ThreadSanitizer: data race
// CHECK: Write of size 8
-// CHECK: #0 {{.*}}xpc-race.mm:34
+// CHECK: #0 {{.*}}xpc-race.mm:36
// CHECK: Previous write of size 8
-// CHECK: #0 {{.*}}xpc-race.mm:34
+// CHECK: #0 {{.*}}xpc-race.mm:36
// CHECK: Location is global 'global'
// CHECK: Done.
OpenPOWER on IntegriCloud