Skip to content

Commit

Permalink
[ubsan][test] Fix a typo: target= instead of TARGET=
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskRay committed Aug 18, 2023
1 parent dd7fb51 commit e651c19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <typeinfo>
#include <ptrauth.h>
Expand Down

0 comments on commit e651c19

Please sign in to comment.