Skip to content

Commit ecd1d77

Browse files
keryelljh7370
andauthored
Commit suggestion on llvm/test/tools/llvm-cxxfilt/quote.test
Co-authored-by: James Henderson <[email protected]>
1 parent 0ca7195 commit ecd1d77

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

llvm/test/tools/llvm-cxxfilt/quote.test

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Show that llvm-cxxfilt --quote can emit quoted demangled symbols (even at the
2-
// end of a line) but not without double-quoting in the case they are already
3-
// quoted.
1+
// Show that llvm-cxxfilt --quote adds quotes around demangled symbols, unless the symbol is already quoted.
42
RUN: echo _Z3barv '"_Z3barv"' > %t
53
RUN: echo '"_Z3barv"' _Z3barv >> %t
64
// This is not mangled, thus it should not be quoted

0 commit comments

Comments
 (0)