From: Zachary Turner Date: Tue, 11 Oct 2016 16:06:32 +0000 (+0000) Subject: Fix clang-offload-bundler test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=840d1dc8c76d6fd75ddbf891ebc85d19c175f307;p=clang Fix clang-offload-bundler test. A recent change to llvm::cl slightly changed the format of the help output, and it broke this test. NFC git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@283895 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/clang-offload-bundler.c b/test/Driver/clang-offload-bundler.c index 2fb1f8bb73..adf13f59d4 100644 --- a/test/Driver/clang-offload-bundler.c +++ b/test/Driver/clang-offload-bundler.c @@ -31,7 +31,7 @@ // CK-HELP: {{.*}}referring to the same source file but different targets into a single // CK-HELP: {{.*}}one. The resulting file can also be unbundled into different files by // CK-HELP: {{.*}}this tool if -unbundle is provided. -// CK-HELP: {{.*}}USAGE: clang-offload-bundler [subcommand] [options] +// CK-HELP: {{.*}}USAGE: clang-offload-bundler [options] // CK-HELP: {{.*}}-inputs= - [,...] // CK-HELP: {{.*}}-outputs= - [,...] // CK-HELP: {{.*}}-targets= - [-,...]