summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/modernize-use-noexcept-opt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tools-extra/test/clang-tidy/modernize-use-noexcept-opt.cpp')
-rw-r--r--clang-tools-extra/test/clang-tidy/modernize-use-noexcept-opt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/test/clang-tidy/modernize-use-noexcept-opt.cpp b/clang-tools-extra/test/clang-tidy/modernize-use-noexcept-opt.cpp
index 8c305e7dec1..85a83c81d07 100644
--- a/clang-tools-extra/test/clang-tidy/modernize-use-noexcept-opt.cpp
+++ b/clang-tools-extra/test/clang-tidy/modernize-use-noexcept-opt.cpp
@@ -1,6 +1,6 @@
// RUN: %check_clang_tidy %s modernize-use-noexcept %t -- \
// RUN: -config="{CheckOptions: [{key: modernize-use-noexcept.UseNoexceptFalse, value: 0}]}" \
-// RUN: -- -std=c++11
+// RUN: -- -std=c++11 -fexceptions
class A {};
class B {};
OpenPOWER on IntegriCloud