Skip to content

Commit 5c2e500

Browse files
committed
fix flag.cpp test
1 parent ecebd1c commit 5c2e500

File tree

1 file changed

+1
-1
lines changed
  • clang/test/DebugInfo/KeyInstructions

1 file changed

+1
-1
lines changed

clang/test/DebugInfo/KeyInstructions/flag.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
//// Help.
66
// RUN %clang --help | FileCheck %s --check-prefix=HELP
7-
// HELP: -gkey-instructions Enable Key Instructions, which reduces the jumpiness of debug stepping in optimized C/C++ code in some debuggers. DWARF only. Implies -g.
7+
// HELP: -gkey-instructions Enable Key Instructions, which reduces the jumpiness of debug stepping in optimized C/C++ code in some debuggers. DWARF only.
88

99
// KEY-INSTRUCTIONS: "-gkey-instructions"
1010
// NO-KEY-INSTRUCTIONS-NOT: key-instructions

0 commit comments

Comments
 (0)