aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/arm64-neon-args.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/arm64-neon-args.c')
-rw-r--r--test/Sema/arm64-neon-args.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/arm64-neon-args.c b/test/Sema/arm64-neon-args.c
index 315a7044040e..a6c4f13a4316 100644
--- a/test/Sema/arm64-neon-args.c
+++ b/test/Sema/arm64-neon-args.c
@@ -1,5 +1,5 @@
// RUN: %clang_cc1 -triple arm64-apple-darwin -target-feature +neon -fsyntax-only -ffreestanding -verify %s
-// RUN: %clang_cc1 -triple arm64_be-none-linux-gnu -target-feature +neon -fsyntax-only -ffreestanding -verify %s
+// RUN: %clang_cc1 -triple aarch64_be-none-linux-gnu -target-feature +neon -fsyntax-only -ffreestanding -verify %s
#include <arm_neon.h>