diff options
-rw-r--r-- | clang-tools-extra/test/clang-move/move-class.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang-tools-extra/test/clang-move/move-class.cpp b/clang-tools-extra/test/clang-move/move-class.cpp index 405b7a02c40..a30cb4d8e0a 100644 --- a/clang-tools-extra/test/clang-move/move-class.cpp +++ b/clang-tools-extra/test/clang-move/move-class.cpp @@ -1,7 +1,3 @@ -// UNSUPPORTED: system-windows -// new_test.cpp contains #include of old test.h when running on windows. This is -// probably by a bug for path handling in clang-move. -// // RUN: mkdir -p %T/clang-move/build // RUN: mkdir -p %T/clang-move/include // RUN: mkdir -p %T/clang-move/src |