[llvm] 3c4023b - [test] Use double pound to denote comments.
Daniel Rodríguez Troitiño via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 15 17:41:52 PDT 2021
Author: Daniel Rodríguez Troitiño
Date: 2021-07-15T17:39:34-07:00
New Revision: 3c4023b225ace3a5c0ed23bc491b47c9dad4353c
URL: https://github.com/llvm/llvm-project/commit/3c4023b225ace3a5c0ed23bc491b47c9dad4353c
DIFF: https://github.com/llvm/llvm-project/commit/3c4023b225ace3a5c0ed23bc491b47c9dad4353c.diff
LOG: [test] Use double pound to denote comments.
Use double pound at the start of the line to differentiate comments from
statements for Lit or FileCheck.
I will also use this small commit to check my commit access.
Differential Revision: https://reviews.llvm.org/D106103
Added:
Modified:
llvm/test/tools/llvm-objcopy/grouped-options.test
Removed:
################################################################################
diff --git a/llvm/test/tools/llvm-objcopy/grouped-options.test b/llvm/test/tools/llvm-objcopy/grouped-options.test
index 2644030426b0..c361a88bd3b8 100644
--- a/llvm/test/tools/llvm-objcopy/grouped-options.test
+++ b/llvm/test/tools/llvm-objcopy/grouped-options.test
@@ -1,6 +1,6 @@
-# This test checks that both grouped and ungrouped options (-S -x and -Sx)
-# produce exactly the same result given the same input.
-#
+## This test checks that both grouped and ungrouped options (-S -x and -Sx)
+## produce exactly the same result given the same input.
+
# RUN: yaml2obj %s -o %t
# RUN: llvm-strip -S -x -o %t-strip-separated %t
# RUN: llvm-strip -Sx -o %t-strip-grouped %t
More information about the llvm-commits
mailing list