commit | b9dbb81b048fd2b02c17525bc056b8de1440e58b | [log] [tgz] |
---|---|---|
author | Kuba Brecka <kuba.brecka@gmail.com> | Tue Jul 28 15:43:45 2015 +0000 |
committer | Kuba Brecka <kuba.brecka@gmail.com> | Tue Jul 28 15:43:45 2015 +0000 |
tree | db203b33fe990328c821a14cbfef1be500d0c82c | |
parent | e468d1d206000262d07d2700961283d8ef086f23 [diff] |
Fix typo from r243418. Should fix the failing `abort_on_error.cc` test. See http://reviews.llvm.org/D7203 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@243426 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/asan/TestCases/Linux/abort_on_error.cc b/test/asan/TestCases/Linux/abort_on_error.cc index 264897d..406d98b 100644 --- a/test/asan/TestCases/Linux/abort_on_error.cc +++ b/test/asan/TestCases/Linux/abort_on_error.cc
@@ -4,7 +4,7 @@ // RUN: %clangxx_asan %s -o %t // Intentionally don't inherit the default ASAN_OPTIONS. -// RUN: ASAN_OPTIONS="" not run %t 2>&1 | FileCheck %s +// RUN: ASAN_OPTIONS="" not %run %t 2>&1 | FileCheck %s // When we use lit's default ASAN_OPTIONS, we shouldn't crash either. On Linux // lit doesn't set ASAN_OPTIONS anyway. // RUN: not %run %t 2>&1 | FileCheck %s