r322420 - Try to suppress Windows testing again.

Richard Trieu via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 12 15:13:33 PST 2018


Author: rtrieu
Date: Fri Jan 12 15:13:33 2018
New Revision: 322420

URL: http://llvm.org/viewvc/llvm-project?rev=322420&view=rev
Log:
Try to suppress Windows testing again.

Modified:
    cfe/trunk/test/Modules/odr_hash-Friend.cpp

Modified: cfe/trunk/test/Modules/odr_hash-Friend.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/odr_hash-Friend.cpp?rev=322420&r1=322419&r2=322420&view=diff
==============================================================================
--- cfe/trunk/test/Modules/odr_hash-Friend.cpp (original)
+++ cfe/trunk/test/Modules/odr_hash-Friend.cpp Fri Jan 12 15:13:33 2018
@@ -8,7 +8,7 @@
 // RUN:  -fmodules-cache-path=%t/modules.cache \
 // RUN:  -std=c++11 -x c++ %s -verify
 
-// UNSUPPORTED: windows
+// UNSUPPORTED: system-windows
 
 // expected-no-diagnostics
 




More information about the cfe-commits mailing list