Fixup test after changes made in 709fd989.

The change added a test that required exceptions, so enable that explicitly
so that it works on platforms that default to having exceptions disabled
(like the PS4).
This commit is contained in:
Douglas Yung 2020-02-19 18:39:54 -08:00
parent 84fc1233d9
commit 6730f390a1
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %check_clang_tidy -std=c++11,c++14,c++17 %s modernize-use-default-member-init %t
// RUN: %check_clang_tidy -std=c++11,c++14,c++17 %s modernize-use-default-member-init %t -- -- -fexceptions
// FIXME: Fix the checker to work in C++2a mode.
struct S {