Skip to content

Commit e20326e

Browse files
committed
[test][llvm-dwarfdump] Remove pointless CHECK-NOT lines
The original line was there from when this test was added, but it is checking for a switch that doesn't exist, so really has no purpose, at least any more. llvm-svn: 363833
1 parent 567f6c1 commit e20326e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/test/tools/llvm-dwarfdump/cmdline.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
RUN: llvm-dwarfdump -h 2>&1 | FileCheck --check-prefix=HELP %s --implicit-check-not=out-file
22
RUN: llvm-dwarfdump --help 2>&1 | FileCheck --check-prefix=HELP %s --implicit-check-not=out-file
33
HELP: USAGE: llvm-dwarfdump{{[^ ]*}} [options] <input object files or .dSYM bundles>
4-
HELP-NOT: -reverse-iterate
54
HELP: Color Options
65
HELP: -color
76
HELP: Section-specific Dump Options
@@ -22,7 +21,6 @@ HELP: -show-form
2221
HELP: -show-parents
2322
HELP: -statistics
2423
HELP: -summarize-types
25-
HELP-NOT: -reverse-iterate
2624

2725
RUN: llvm-dwarfdump --version 2>&1 | FileCheck --check-prefix=VERSION %s
2826
VERSION: {{ version }}

0 commit comments

Comments
 (0)