[test] Use double pound to denote comments.
authorDaniel Rodríguez Troitiño <danielrodriguez@fb.com>
Thu, 15 Jul 2021 21:37:33 +0000 (14:37 -0700)
committerDaniel Rodríguez Troitiño <danielrodriguez@fb.com>
Fri, 16 Jul 2021 00:39:34 +0000 (17:39 -0700)
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

llvm/test/tools/llvm-objcopy/grouped-options.test

index 2644030..c361a88 100644 (file)
@@ -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