From 19969e504581c79a59a38eed35ee48151a6572ac Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 24 Dec 2012 14:02:34 +0000 Subject: tsan: work around FileCheck feature that it does not accept empty input llvm-svn: 171034 --- compiler-rt/lib/tsan/lit_tests/java_alloc.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler-rt/lib/tsan/lit_tests/java_alloc.cc') diff --git a/compiler-rt/lib/tsan/lit_tests/java_alloc.cc b/compiler-rt/lib/tsan/lit_tests/java_alloc.cc index e3210fe33de..4dbce70c31e 100644 --- a/compiler-rt/lib/tsan/lit_tests/java_alloc.cc +++ b/compiler-rt/lib/tsan/lit_tests/java_alloc.cc @@ -25,6 +25,7 @@ int main() { pthread_create(&th, 0, Thread, (void*)(jheap + kHeapSize / 4)); stress(jheap); pthread_join(th, 0); + printf("OK\n"); return __tsan_java_fini(); } -- cgit v1.2.3