summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/tsan/Darwin/objc-race.mm
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/tsan/Darwin/objc-race.mm')
-rw-r--r--compiler-rt/test/tsan/Darwin/objc-race.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/test/tsan/Darwin/objc-race.mm b/compiler-rt/test/tsan/Darwin/objc-race.mm
index bd93d2f1c2e..82fcc4ef178 100644
--- a/compiler-rt/test/tsan/Darwin/objc-race.mm
+++ b/compiler-rt/test/tsan/Darwin/objc-race.mm
@@ -1,5 +1,5 @@
// RUN: %clang_tsan %s -o %t -framework Foundation
-// RUN: %deflake %run %t 2>&1
+// RUN: %deflake %run %t 2>&1 | FileCheck %s
#import <Foundation/Foundation.h>
@@ -49,7 +49,7 @@ int main() {
// CHECK: WARNING: ThreadSanitizer: data race
// CHECK: Write of size 8
// CHECK: #0 -[MyClass method:]
-// CHECK: Write of size 8
+// CHECK: Previous write of size 8
// CHECK: #0 -[MyClass method:]
// CHECK: Location is heap block
// CHECK: Done.
OpenPOWER on IntegriCloud