summaryrefslogtreecommitdiffstats
path: root/test/AST/float16.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/AST/float16.cpp')
-rw-r--r--test/AST/float16.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/AST/float16.cpp b/test/AST/float16.cpp
index aa65270c75..2f428e7085 100644
--- a/test/AST/float16.cpp
+++ b/test/AST/float16.cpp
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -std=c++11 -ast-dump %s | FileCheck %s --strict-whitespace
-// RUN: %clang_cc1 -std=c++11 -ast-dump -fnative-half-type %s | FileCheck %s --check-prefix=CHECK-NATIVE --strict-whitespace
+// RUN: %clang_cc1 -std=c++11 -ast-dump -triple aarch64-linux-gnu %s | FileCheck %s --strict-whitespace
+// RUN: %clang_cc1 -std=c++11 -ast-dump -triple aarch64-linux-gnu -fnative-half-type %s | FileCheck %s --check-prefix=CHECK-NATIVE --strict-whitespace
/* Various contexts where type _Float16 can appear. */