aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--clang/test/AST/ast-print-cconv-preserve.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/AST/ast-print-cconv-preserve.cpp b/clang/test/AST/ast-print-cconv-preserve.cpp
index af12fe6..1cb488a 100644
--- a/clang/test/AST/ast-print-cconv-preserve.cpp
+++ b/clang/test/AST/ast-print-cconv-preserve.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -ast-print %s -o - | FileCheck %s
+// RUN: %clang_cc1 -ast-print -triple x86_64-unknown-unknown %s -o - | FileCheck %s
void (__attribute__((preserve_none)) *none)();