aboutsummaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Linux/abort_on_error.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/Linux/abort_on_error.cc')
-rw-r--r--test/asan/TestCases/Linux/abort_on_error.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/asan/TestCases/Linux/abort_on_error.cc b/test/asan/TestCases/Linux/abort_on_error.cc
index 3f70613e4c7c..3fe98995f685 100644
--- a/test/asan/TestCases/Linux/abort_on_error.cc
+++ b/test/asan/TestCases/Linux/abort_on_error.cc
@@ -9,6 +9,7 @@
// lit doesn't set ASAN_OPTIONS anyway.
// RUN: not %run %t 2>&1 | FileCheck %s
+// Android runs with abort_on_error=0
// UNSUPPORTED: android
#include <stdlib.h>