diff options
-rw-r--r-- | clang/test/CodeGen/pr18235.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/pr18235.c b/clang/test/CodeGen/pr18235.c index 49241c82292..881811ed817 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 this triple. +// CHECK: error: unable to create target: No available targets are compatible with triple "le32-unknown-nacl" |