From 03ff36bfbaf283a2a8bb64fafbd96679b6fec645 Mon Sep 17 00:00:00 2001 From: Bill Seurer Date: Fri, 4 Mar 2016 06:02:52 +0000 Subject: [PATCH] [powerpc] pacify lint for java_race_pc.cc Fix blank lines. llvm-svn: 262689 --- compiler-rt/test/tsan/java_race_pc.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/compiler-rt/test/tsan/java_race_pc.cc b/compiler-rt/test/tsan/java_race_pc.cc index 5f1bb07..be1c5f2 100644 --- a/compiler-rt/test/tsan/java_race_pc.cc +++ b/compiler-rt/test/tsan/java_race_pc.cc @@ -3,10 +3,8 @@ // The Tsan report is returning wrong information about // the location of the race. // XFAIL: powerpc64-unknown-linux-gnu - #include "java.h" - void foobar() { } -- 2.7.4