[test] Fix dsymutil/cmdline.test
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 31 Oct 2017 14:19:02 +0000 (14:19 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 31 Oct 2017 14:19:02 +0000 (14:19 +0000)
This fixes dsymutil/cmdline.test on platforms where the dsymutil binary
has an extension.

llvm-svn: 317001

llvm/test/tools/dsymutil/cmdline.test

index 983df4b..9590742 100644 (file)
@@ -1,6 +1,6 @@
 RUN: llvm-dsymutil -help 2>&1 | FileCheck --check-prefix=HELP %s
 HELP: OVERVIEW: manipulate archived DWARF debug symbol files.
-HELP: USAGE: llvm-dsymutil [options] <input files>
+HELP: USAGE: llvm-dsymutil{{[^ ]*}} [options] <input files>
 HELP-NOT: -reverse-iterate
 HELP: Specific Options:
 HELP: -arch=<string>