diff options
| -rw-r--r-- | compiler-rt/test/asan/TestCases/Linux/coverage-module-unloaded.cc | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/test/asan/TestCases/Linux/coverage-module-unloaded.cc b/compiler-rt/test/asan/TestCases/Linux/coverage-module-unloaded.cc index 1d1d915ada3..1adffcffdaa 100644 --- a/compiler-rt/test/asan/TestCases/Linux/coverage-module-unloaded.cc +++ b/compiler-rt/test/asan/TestCases/Linux/coverage-module-unloaded.cc @@ -4,8 +4,8 @@  // RUN: %clangxx_asan -mllvm -asan-coverage=1 -DSHARED %s -shared -o %T/libcoverage_module_unloaded_test_2.so -fPIC  // RUN: %clangxx_asan -mllvm -asan-coverage=1 -DSO_DIR=\"%T\" %s -o %t  // RUN: export ASAN_OPTIONS=coverage=1:verbosity=1 -// RUN: %t 2>&1         | FileCheck %s -// RUN: %t foo 2>&1         | FileCheck %s +// RUN: %run %t 2>&1         | FileCheck %s +// RUN: %run %t foo 2>&1         | FileCheck %s  //  // https://code.google.com/p/address-sanitizer/issues/detail?id=263  // XFAIL: android  | 

