summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/cast-incomplete.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Sema/cast-incomplete.c')
-rw-r--r--clang/test/Sema/cast-incomplete.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/cast-incomplete.c b/clang/test/Sema/cast-incomplete.c
index dd10e00d444..ce20dfbf8bb 100644
--- a/clang/test/Sema/cast-incomplete.c
+++ b/clang/test/Sema/cast-incomplete.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only %s -verify
+// RUN: %clang_cc1 -triple %itanium_abi_triple -fsyntax-only %s -verify
// PR5692
enum x; // expected-note {{forward declaration}}
OpenPOWER on IntegriCloud