ADT: remove MinGW32 and Cygwin OSType enum
[oota-llvm.git] / unittests / ExecutionEngine / MCJIT / MCJITTestBase.h
index 25de312e0e87702cfe2d882fd0c7350ba409b80d..cc82b27e31d488e616ebc81fb757a3c9352e49ac 100644 (file)
@@ -302,7 +302,6 @@ protected:
     // The operating systems below are known to be incompatible with MCJIT as
     // they are copied from the test/ExecutionEngine/MCJIT/lit.local.cfg and
     // should be kept in sync.
-    UnsupportedOSs.push_back(Triple::Cygwin);
     UnsupportedOSs.push_back(Triple::Darwin);
 
     UnsupportedEnvironments.push_back(Triple::Cygnus);