From: Peter Collingbourne Date: Fri, 7 Jun 2019 20:26:47 +0000 (+0000) Subject: Relax test so that the clang binary doesn't need to be named "clang". X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85890113ee5ed22c885e52b51f2f532c30201c96;p=clang Relax test so that the clang binary doesn't need to be named "clang". git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@362836 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/symbol-partition.c b/test/Driver/symbol-partition.c index 9556faf15d..208fc6073c 100644 --- a/test/Driver/symbol-partition.c +++ b/test/Driver/symbol-partition.c @@ -2,4 +2,4 @@ // RUN: %clang -### -target x86_64-pc-win32 -c -fsymbol-partition=foo %s 2>&1 | FileCheck --check-prefix=ERROR %s // CHECK: "-fsymbol-partition=foo" -// ERROR: clang: error: unsupported option '-fsymbol-partition=foo' for target 'x86_64-pc-windows-msvc' +// ERROR: error: unsupported option '-fsymbol-partition=foo' for target 'x86_64-pc-windows-msvc'