aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/SemaCXX/__null.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/SemaCXX/__null.cpp b/test/SemaCXX/__null.cpp
index cc04ebca49..3d78e2e8db 100644
--- a/test/SemaCXX/__null.cpp
+++ b/test/SemaCXX/__null.cpp
@@ -1,4 +1,5 @@
-// RUN: clang %s -fsyntax-only -verify
+// RUN: clang -triple x86_64-unknown-unknown %s -fsyntax-only -verify &&
+// RUN: clang -triple i686-unknown-unknown %s -fsyntax-only -verify
void f() {
int* i = __null;