Explicitly enable -fcxx-exceptions for this test to appease Windows build bots.

llvm-svn: 249905
This commit is contained in:
Aaron Ballman 2015-10-09 21:15:00 +00:00
parent ff77768569
commit f6e237e606
1 changed files with 1 additions and 1 deletions

View File

@ -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 {