[llvm] a11e90a - [llvm-objcopy][test] ELF/dump-section.test: change #CHECK to # CHECK

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Tue May 5 08:26:44 PDT 2020


Author: Fangrui Song
Date: 2020-05-05T08:26:34-07:00
New Revision: a11e90a6b971dbf9173e732a63f4399ccee07125

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

LOG: [llvm-objcopy][test] ELF/dump-section.test: change #CHECK to # CHECK

The latter is more common and thus the preferred way to use CHECK lines.

Added: 
    

Modified: 
    llvm/test/tools/llvm-objcopy/ELF/dump-section.test

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-objcopy/ELF/dump-section.test b/llvm/test/tools/llvm-objcopy/ELF/dump-section.test
index 176cc791801a..9e8cd0747ceb 100644
--- a/llvm/test/tools/llvm-objcopy/ELF/dump-section.test
+++ b/llvm/test/tools/llvm-objcopy/ELF/dump-section.test
@@ -35,10 +35,10 @@ ProgramHeaders:
   Sections:
     - Section: .text
 
-#CHECK: 0000000 de ad be ef
+# CHECK: 0000000 de ad be ef
 
-#NON-ALLOC: 0000000 ca fe
+# NON-ALLOC: 0000000 ca fe
 
-#SIZE: 4
+# SIZE: 4
 
-#NOBITS: error: '[[INPUT]]': cannot dump section '.bar': it has no contents
+# NOBITS: error: '[[INPUT]]': cannot dump section '.bar': it has no contents


        


More information about the llvm-commits mailing list