ADT: remove MinGW32 and Cygwin OSType enum
[oota-llvm.git] / unittests / ExecutionEngine / MCJIT / MCJITCAPITest.cpp
index d03de898b4e6189d2c3d37d6789351ed91c9c088..c80b88b8c2b137ca0586d21390c09881331ab36e 100644 (file)
@@ -139,8 +139,6 @@ protected:
 
     // The operating systems below are known to be sufficiently incompatible
     // that they will fail the MCJIT C API tests.
-    UnsupportedOSs.push_back(Triple::Cygwin);
-
     UnsupportedEnvironments.push_back(Triple::Cygnus);
   }