aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/pr12251.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/pr12251.c')
-rw-r--r--test/CodeGen/pr12251.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/pr12251.c b/test/CodeGen/pr12251.c
index a644bb79da55..b01713122141 100644
--- a/test/CodeGen/pr12251.c
+++ b/test/CodeGen/pr12251.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -emit-llvm -O1 -relaxed-aliasing -o - | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin %s -emit-llvm -O1 -relaxed-aliasing -o - | FileCheck %s
enum e1 {e1_a = -1 };
enum e1 g1(enum e1 *x) {