diff options
Diffstat (limited to 'clang-tools-extra/test/cpp11-migrate/no_xform.cpp')
-rw-r--r-- | clang-tools-extra/test/cpp11-migrate/no_xform.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/clang-tools-extra/test/cpp11-migrate/no_xform.cpp b/clang-tools-extra/test/cpp11-migrate/no_xform.cpp deleted file mode 100644 index 2845e3f9f44..00000000000 --- a/clang-tools-extra/test/cpp11-migrate/no_xform.cpp +++ /dev/null @@ -1,6 +0,0 @@ -// RUN: grep -Ev "// *[A-Z-]+:" %s > %t.cpp -// RUN: not cpp11-migrate %t.cpp -- - -int main(int argc, char** argv) { - return 0; -} |