[clang] 5e37fb1 - [NFC] Delete extra white space in a test case.

Steven Wan via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 11 13:01:51 PST 2020


Author: Steven Wan
Date: 2020-02-11T16:00:59-05:00
New Revision: 5e37fb1776de2698c10db697e3c479d0e94234e0

URL: https://github.com/llvm/llvm-project/commit/5e37fb1776de2698c10db697e3c479d0e94234e0
DIFF: https://github.com/llvm/llvm-project/commit/5e37fb1776de2698c10db697e3c479d0e94234e0.diff

LOG: [NFC] Delete extra white space in a test case.

Remove an extra empty line in one of the AIX driver test cases.

Added: 
    

Modified: 
    clang/test/Driver/aix-as.c

Removed: 
    


################################################################################
diff  --git a/clang/test/Driver/aix-as.c b/clang/test/Driver/aix-as.c
index 4f67d1ba90b7..cb3053f5acd3 100644
--- a/clang/test/Driver/aix-as.c
+++ b/clang/test/Driver/aix-as.c
@@ -23,7 +23,6 @@
 // CHECK-AS64: "-u" 
 // CHECK-AS64: "-many"
 
-
 // Check powerpc-ibm-aix7.1.0.0, 32-bit. -Xassembler <arg> option. 
 // RUN: %clang -no-canonical-prefixes %s -### -c -o %t.o 2>&1 \
 // RUN:         -Xassembler -w \


        


More information about the cfe-commits mailing list