]> granicus.if.org Git - clang/commitdiff
Relax test so that the clang binary doesn't need to be named "clang".
authorPeter Collingbourne <peter@pcc.me.uk>
Fri, 7 Jun 2019 20:26:47 +0000 (20:26 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Fri, 7 Jun 2019 20:26:47 +0000 (20:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@362836 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/symbol-partition.c

index 9556faf15d528b849d63b2709b4394c44ebf5a80..208fc6073c47e79443989dfa46a14274a5e1c9f8 100644 (file)
@@ -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'