forked from OSchip/llvm-project
clang-tools-extra/test/clang-tidy/modernize-use-default.cpp: Appease MS mode.
llvm-svn: 250983
This commit is contained in:
parent
3fa73f3602
commit
05063bd4cb
|
@ -1,4 +1,4 @@
|
|||
// RUN: %python %S/check_clang_tidy.py %s modernize-use-default %t
|
||||
// RUN: %python %S/check_clang_tidy.py %s modernize-use-default %t -- -std=c++11 -fno-delayed-template-parsing
|
||||
|
||||
class A {
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue