clang-tools-extra/test/clang-tidy/readability-identifier-naming.cpp: Appease targeting msvc.

llvm-svn: 245435
This commit is contained in:
NAKAMURA Takumi 2015-08-19 13:22:58 +00:00
parent bd725b4537
commit bc224b8049
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
// RUN: {key: readability-identifier-naming.VirtualMethodCase, value: UPPER_CASE}, \ // RUN: {key: readability-identifier-naming.VirtualMethodCase, value: UPPER_CASE}, \
// RUN: {key: readability-identifier-naming.VirtualMethodPrefix, value: 'v_'}, \ // RUN: {key: readability-identifier-naming.VirtualMethodPrefix, value: 'v_'}, \
// RUN: {key: readability-identifier-naming.IgnoreFailedSplit, value: 0} \ // RUN: {key: readability-identifier-naming.IgnoreFailedSplit, value: 0} \
// RUN: ]}' -- -std=c++11 // RUN: ]}' -- -std=c++11 -fno-delayed-template-parsing
// REQUIRES: shell // REQUIRES: shell
// FIXME: There should be more test cases for checking that references to class // FIXME: There should be more test cases for checking that references to class