summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipe Cabecinhas <me@filcab.net>2018-08-01 13:20:38 +0000
committerFilipe Cabecinhas <me@filcab.net>2018-08-01 13:20:38 +0000
commite94c5a95a6b2d54dc43dafd6d855bb56d7129c54 (patch)
treee7eb4ba908252677aeaedc0d86728637def8fbf6
parent6265be6b714aa997a17cc757d06bfdee88bb85c6 (diff)
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
-rw-r--r--test/asan/TestCases/intercept-rethrow-exception.cc2
1 files changed, 1 insertions, 1 deletions
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 <assert.h>