From e94c5a95a6b2d54dc43dafd6d855bb56d7129c54 Mon Sep 17 00:00:00 2001 From: Filipe Cabecinhas Date: Wed, 1 Aug 2018 13:20:38 +0000 Subject: Test: Enable exceptions for test that needs it git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@338535 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/asan/TestCases/intercept-rethrow-exception.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/asan/TestCases/intercept-rethrow-exception.cc b/test/asan/TestCases/intercept-rethrow-exception.cc index fa9ea7d3b..e81dc5398 100644 --- a/test/asan/TestCases/intercept-rethrow-exception.cc +++ b/test/asan/TestCases/intercept-rethrow-exception.cc @@ -1,7 +1,7 @@ // Regression test for // https://bugs.llvm.org/show_bug.cgi?id=32434 -// RUN: %clangxx_asan -O0 %s -o %t +// RUN: %clangxx_asan -fexceptions -O0 %s -o %t // RUN: %run %t #include -- cgit v1.2.3