[clang-tools-extra] r332701 - Re-enable a clang-move test on windows.

Eric Liu via cfe-commits cfe-commits at lists.llvm.org
Fri May 18 02:25:36 PDT 2018


Author: ioeric
Date: Fri May 18 02:25:36 2018
New Revision: 332701

URL: http://llvm.org/viewvc/llvm-project?rev=332701&view=rev
Log:
Re-enable a clang-move test on windows.

This was fixed by r332612.

Modified:
    clang-tools-extra/trunk/test/clang-move/move-class.cpp

Modified: clang-tools-extra/trunk/test/clang-move/move-class.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-move/move-class.cpp?rev=332701&r1=332700&r2=332701&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/clang-move/move-class.cpp (original)
+++ clang-tools-extra/trunk/test/clang-move/move-class.cpp Fri May 18 02:25:36 2018
@@ -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




More information about the cfe-commits mailing list