summaryrefslogtreecommitdiff
path: root/clang-tools-extra/test/clang-move
diff options
context:
space:
mode:
authorEric Liu <ioeric@google.com>2018-05-18 09:25:36 +0000
committerEric Liu <ioeric@google.com>2018-05-18 09:25:36 +0000
commit2ffbadbf953041c01da07fbc00b6c054a2df0ad7 (patch)
tree198ae7a62e4f77170ce8162ce8655211d6855ea1 /clang-tools-extra/test/clang-move
parent115279130d8e64f557c745f79a4b838bb041634b (diff)
Re-enable a clang-move test on windows.
This was fixed by r332612.
Diffstat (limited to 'clang-tools-extra/test/clang-move')
-rw-r--r--clang-tools-extra/test/clang-move/move-class.cpp4
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