summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/test/Sema/types.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Sema/types.c b/clang/test/Sema/types.c
index 778a5fe9f7c..0450de1c8e9 100644
--- a/clang/test/Sema/types.c
+++ b/clang/test/Sema/types.c
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 %s -pedantic -verify -triple=x86_64-apple-darwin9
+// RUN: %clang_cc1 %s -pedantic -verify -triple=mips64-linux-gnu
// rdar://6097662
typedef int (*T)[2];
OpenPOWER on IntegriCloud