[compiler-rt] r313845 - [asan] Remove trailing spaces

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 20 17:14:17 PDT 2017


Author: vitalybuka
Date: Wed Sep 20 17:14:17 2017
New Revision: 313845

URL: http://llvm.org/viewvc/llvm-project?rev=313845&view=rev
Log:
[asan] Remove trailing spaces

Modified:
    compiler-rt/trunk/test/asan/TestCases/Posix/halt_on_error-torture.cc

Modified: compiler-rt/trunk/test/asan/TestCases/Posix/halt_on_error-torture.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Posix/halt_on_error-torture.cc?rev=313845&r1=313844&r2=313845&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Posix/halt_on_error-torture.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Posix/halt_on_error-torture.cc Wed Sep 20 17:14:17 2017
@@ -6,11 +6,11 @@
 // RUN: grep 'ERROR: AddressSanitizer: use-after-poison' %t.log | count 10
 // RUN: FileCheck %s <%t.log
 //
-// RUN: %env_asan_opts=halt_on_error=false:suppress_equal_pcs=false:exitcode=0 %run %t 10 20 >%t.log 2>&1 
+// RUN: %env_asan_opts=halt_on_error=false:suppress_equal_pcs=false:exitcode=0 %run %t 10 20 >%t.log 2>&1
 // RUN: grep 'ERROR: AddressSanitizer: use-after-poison' %t.log | count 200
 // RUN: FileCheck %s <%t.log
 //
-// RUN: %env_asan_opts=halt_on_error=false:exitcode=0 %run %t 10 20 >%t.log 2>&1 
+// RUN: %env_asan_opts=halt_on_error=false:exitcode=0 %run %t 10 20 >%t.log 2>&1
 // RUN: grep 'ERROR: AddressSanitizer: use-after-poison' %t.log | count 1
 // RUN: FileCheck %s <%t.log
 




More information about the llvm-commits mailing list