From: James Henderson Date: Wed, 19 Jun 2019 16:31:59 +0000 (+0000) Subject: [test][llvm-dwarfdump] Remove pointless CHECK-NOT lines X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5fe21a24450f508db67875da75ede8a6ea1800d;p=llvm [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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@363833 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/tools/llvm-dwarfdump/cmdline.test b/test/tools/llvm-dwarfdump/cmdline.test index e9c2a14bfde..8d19745825c 100644 --- a/test/tools/llvm-dwarfdump/cmdline.test +++ b/test/tools/llvm-dwarfdump/cmdline.test @@ -1,7 +1,6 @@ RUN: llvm-dwarfdump -h 2>&1 | FileCheck --check-prefix=HELP %s --implicit-check-not=out-file RUN: llvm-dwarfdump --help 2>&1 | FileCheck --check-prefix=HELP %s --implicit-check-not=out-file HELP: USAGE: llvm-dwarfdump{{[^ ]*}} [options] -HELP-NOT: -reverse-iterate HELP: Color Options HELP: -color HELP: Section-specific Dump Options @@ -22,7 +21,6 @@ HELP: -show-form HELP: -show-parents HELP: -statistics HELP: -summarize-types -HELP-NOT: -reverse-iterate RUN: llvm-dwarfdump --version 2>&1 | FileCheck --check-prefix=VERSION %s VERSION: {{ version }}