summaryrefslogtreecommitdiff
path: root/test/Instrumentation/ThreadSanitizer
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2013-04-11 12:41:41 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2013-04-11 12:41:41 +0000
commit8e708d30a310011f3bcd999fdb34f23bcd268b7d (patch)
tree11ed31c0eeb23348842d5c2c44ef7d66f271ee8a /test/Instrumentation/ThreadSanitizer
parent8f6f47ec75da4298067e6abdce0b4f1e68155bc2 (diff)
downloadllvm-8e708d30a310011f3bcd999fdb34f23bcd268b7d.tar.gz
llvm-8e708d30a310011f3bcd999fdb34f23bcd268b7d.tar.bz2
llvm-8e708d30a310011f3bcd999fdb34f23bcd268b7d.tar.xz
Add missing colons to check lines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179277 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Instrumentation/ThreadSanitizer')
-rw-r--r--test/Instrumentation/ThreadSanitizer/tsan_basic.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Instrumentation/ThreadSanitizer/tsan_basic.ll b/test/Instrumentation/ThreadSanitizer/tsan_basic.ll
index 0ecff40493..19dd45bda2 100644
--- a/test/Instrumentation/ThreadSanitizer/tsan_basic.ll
+++ b/test/Instrumentation/ThreadSanitizer/tsan_basic.ll
@@ -49,7 +49,7 @@ define void @MemSetTest(i8* nocapture %x) {
entry:
tail call void @llvm.memset.p0i8.i64(i8* %x, i8 77, i64 16, i32 4, i1 false)
ret void
-; CHECK define void @MemSetTest
+; CHECK: define void @MemSetTest
; CHECK: call i8* @memset
; CHECK: ret void
}