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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang-tools-extra/test/cpp11-migrate/no_xform.cpp b/clang-tools-extra/test/cpp11-migrate/no_xform.cpp index 97a687625b3..3bbb22f0c03 100644 --- a/clang-tools-extra/test/cpp11-migrate/no_xform.cpp +++ b/clang-tools-extra/test/cpp11-migrate/no_xform.cpp @@ -1,7 +1,6 @@ // RUN: grep -Ev "// *[A-Z-]+:" %s > %t.cpp // RUN: cpp11-migrate %t.cpp -- // XFAIL: * -// REQUIRES: shell int main(int argc, char** argv) { return 0; |