diff options
| -rw-r--r-- | clang/test/AST/ast-print-cconv-preserve.cpp | 2 |
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)(); |
