Index: test/CodeGen/pr18235.c |
diff --git a/test/CodeGen/pr18235.c b/test/CodeGen/pr18235.c |
index d3f12ee5633186607a9f227a00e5ffd8db51b7d4..ae059d2b2a82821f6c57ff50feec68726fc0d354 100644 |
--- a/test/CodeGen/pr18235.c |
+++ b/test/CodeGen/pr18235.c |
@@ -1,3 +1,3 @@ |
-// RUN: not %clang_cc1 -triple le32-unknown-nacl %s -S -o - 2>&1 | FileCheck %s |
+// RUN: not %clang_cc1 -triple spir-unknown-unknown %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.' |