summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/test/CodeGen/pr18235.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/pr18235.c b/clang/test/CodeGen/pr18235.c
index 881811ed817..bd9261dc7bb 100644
--- a/clang/test/CodeGen/pr18235.c
+++ b/clang/test/CodeGen/pr18235.c
@@ -1,3 +1,3 @@
// RUN: not %clang_cc1 -triple le32-unknown-nacl %s -S -o - 2>&1 | FileCheck %s
-// CHECK: error: unable to create target: No available targets are compatible with triple "le32-unknown-nacl"
+// CHECK: error: unable to create target: 'No available targets are compatible with triple "le32-unknown-nacl"'
OpenPOWER on IntegriCloud