forked from OSchip/llvm-project
Enable exceptions for this test case to speculatively fix the build bots.
Hopefully corrects: http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/15666 llvm-svn: 310732
This commit is contained in:
parent
7f37794ebd
commit
9253e89e47
|
@ -1,4 +1,4 @@
|
|||
// RUN: %check_clang_tidy %s hicpp-exception-baseclass %t
|
||||
// RUN: %check_clang_tidy %s hicpp-exception-baseclass %t -- -- -fcxx-exceptions
|
||||
|
||||
namespace std {
|
||||
class exception {};
|
||||
|
|
Loading…
Reference in New Issue