diff options
author | Greg Parker <gparker@apple.com> | 2017-01-24 09:20:50 +0000 |
---|---|---|
committer | Greg Parker <gparker@apple.com> | 2017-01-24 09:20:50 +0000 |
commit | 200ead56c6052a8965c51b5d6f1f9a3dd59d2750 (patch) | |
tree | 7f9783406f4b0418d5b3cdfb0460b073456d2738 | |
parent | bd23d4daac388ea51cde88eb0d776f392b149cdc (diff) | |
download | bcm5719-llvm-200ead56c6052a8965c51b5d6f1f9a3dd59d2750.tar.gz bcm5719-llvm-200ead56c6052a8965c51b5d6f1f9a3dd59d2750.zip |
[test] Prevent false detection of an `UNSUPPORTED:` directive by lit.
llvm-svn: 292902
-rw-r--r-- | compiler-rt/test/asan/TestCases/Posix/start-deactivated.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/TestCases/Posix/start-deactivated.cc b/compiler-rt/test/asan/TestCases/Posix/start-deactivated.cc index b223f04e46a..2a2aa674c04 100644 --- a/compiler-rt/test/asan/TestCases/Posix/start-deactivated.cc +++ b/compiler-rt/test/asan/TestCases/Posix/start-deactivated.cc @@ -20,6 +20,8 @@ // XFAIL: arm-linux-gnueabi +// END. + #if !defined(SHARED_LIB) #include <assert.h> |