[PATCH] D106103: [test] Use double pound to denote comments.
Daniel RodrÃguez Troitiño via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 15 17:41:53 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG3c4023b225ac: [test] Use double pound to denote comments. (authored by drodriguez).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106103/new/
https://reviews.llvm.org/D106103
Files:
llvm/test/tools/llvm-objcopy/grouped-options.test
Index: llvm/test/tools/llvm-objcopy/grouped-options.test
===================================================================
--- llvm/test/tools/llvm-objcopy/grouped-options.test
+++ 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106103.359176.patch
Type: text/x-patch
Size: 644 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210716/320b59a0/attachment.bin>
More information about the llvm-commits
mailing list