summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/symbol-partition.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Driver/symbol-partition.c')
-rw-r--r--clang/test/Driver/symbol-partition.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/symbol-partition.c b/clang/test/Driver/symbol-partition.c
index 9556faf15d5..208fc6073c4 100644
--- a/clang/test/Driver/symbol-partition.c
+++ b/clang/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'
OpenPOWER on IntegriCloud