summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/int64_uint64.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCXX/int64_uint64.cpp')
-rw-r--r--test/CodeGenCXX/int64_uint64.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/int64_uint64.cpp b/test/CodeGenCXX/int64_uint64.cpp
index ed31dda123..f09a5e6f1a 100644
--- a/test/CodeGenCXX/int64_uint64.cpp
+++ b/test/CodeGenCXX/int64_uint64.cpp
@@ -3,7 +3,7 @@
// RUN: -target-cpu cortex-a8 \
// RUN: -emit-llvm -w -O1 -o - %s | FileCheck --check-prefix=CHECK-ARM %s
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
// RUN: %clang_cc1 -triple arm64-linux-gnueabi \
// RUN: -target-feature +neon \
// RUN: -emit-llvm -w -O1 -o - %s | FileCheck --check-prefix=CHECK-AARCH64 %s