diff options
author | Paul Robinson <paul.robinson@sony.com> | 2019-05-10 17:57:22 +0000 |
---|---|---|
committer | Paul Robinson <paul.robinson@sony.com> | 2019-05-10 17:57:22 +0000 |
commit | d5d4df98bb9e0c836cb5b229b3f186637cde7673 (patch) | |
tree | c4fc12b5e6379ca8929c833d19c911d8c77c3dbf /clang/test/Index/index-many-logical-ops.c | |
parent | f8ccf052935adaf405e581fd31e8bc634cc5bbc7 (diff) | |
download | bcm5719-llvm-d5d4df98bb9e0c836cb5b229b3f186637cde7673.tar.gz bcm5719-llvm-d5d4df98bb9e0c836cb5b229b3f186637cde7673.zip |
Replace 'REQUIRES: not_?san' with 'UNSUPPORTED: ?san' as that better
expresses the intent of the exclusion.
llvm-svn: 360447
Diffstat (limited to 'clang/test/Index/index-many-logical-ops.c')
-rw-r--r-- | clang/test/Index/index-many-logical-ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/index-many-logical-ops.c b/clang/test/Index/index-many-logical-ops.c index 7940a21a39b..4ef6ee9a9c9 100644 --- a/clang/test/Index/index-many-logical-ops.c +++ b/clang/test/Index/index-many-logical-ops.c @@ -5,7 +5,7 @@ // logical operators. // UBSan increases stack usage. -// REQUIRES: not_ubsan +// UNSUPPORTED: ubsan // CHECK: [indexDeclaration]: kind: function | name: foo int foo(int x) { |