forked from OSchip/llvm-project
Explicitly enable -fcxx-exceptions for this test to appease Windows build bots.
llvm-svn: 249905
This commit is contained in:
parent
ff77768569
commit
f6e237e606
|
@ -1,4 +1,4 @@
|
|||
// RUN: %python %S/check_clang_tidy.py %s misc-throw-by-value-catch-by-reference %t
|
||||
// RUN: %python %S/check_clang_tidy.py %s misc-throw-by-value-catch-by-reference %t -- -std=c++11 -fcxx-exceptions
|
||||
|
||||
|
||||
class logic_error {
|
||||
|
|
Loading…
Reference in New Issue