From 904d3f9c06b9acf059e1bc74f11cb5e9f12c043d Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 28 Jul 2012 15:27:41 +0000 Subject: tsan: add ReleaseStore() function that merely copies vector clock rather than combines two clocks fix clock setup for finalizer goroutine (Go runtime) llvm-svn: 160918 --- compiler-rt/lib/tsan/go/test.c | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler-rt/lib/tsan/go/test.c') diff --git a/compiler-rt/lib/tsan/go/test.c b/compiler-rt/lib/tsan/go/test.c index 5ef81be96c9..a9a5b3dbfca 100644 --- a/compiler-rt/lib/tsan/go/test.c +++ b/compiler-rt/lib/tsan/go/test.c @@ -46,7 +46,6 @@ int main(void) { __tsan_read(0, buf, 0); __tsan_free(buf); __tsan_func_exit(0); - printf("OK\n"); __tsan_fini(); return 0; } -- cgit v1.2.3