diff --git a/compiler-rt/test/ubsan/TestCases/TypeCheck/vptr-ptrauth-unauthenticated.cpp b/compiler-rt/test/ubsan/TestCases/TypeCheck/vptr-ptrauth-unauthenticated.cpp index e8567cd87df2b..c803f5bcb8438 100644 --- a/compiler-rt/test/ubsan/TestCases/TypeCheck/vptr-ptrauth-unauthenticated.cpp +++ b/compiler-rt/test/ubsan/TestCases/TypeCheck/vptr-ptrauth-unauthenticated.cpp @@ -5,7 +5,7 @@ // RUN: not %run %t 2>&1 | FileCheck %s // TODO(yln): introduce 'ptrauth' lit feature -// REQUIRES: stable-runtime, cxxabi, TARGET={{arm64e.*}} +// REQUIRES: stable-runtime, cxxabi, target={{arm64e.*}} #include #include