diff options
Diffstat (limited to 'clang')
| -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 d3f12ee5633..49241c82292 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, see -version for the available targets.' +// CHECK: error: unable to create target: 'No available targets are compatible with this triple. |

