[ASan] Run one of UAS tests in UAR mode as well

llvm-svn: 195015
This commit is contained in:
Alexey Samsonov 2013-11-18 14:54:50 +00:00
parent a788b940f7
commit 59243333de
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
// RUN: %clangxx_asan -O0 -fsanitize=use-after-scope %s -o %t && \
// RUN: not %t 2>&1 | FileCheck %s
// RUN: not %t 2>&1 | FileCheck %s
// RUN: ASAN_OPTIONS="detect_stack_use_after_return=1" not %t 2>&1 | FileCheck %s
int main() {
int *p = 0;