MCJIT: ensure that cygwin is identified properly
[oota-llvm.git] / unittests / ExecutionEngine / MCJIT / MCJITCAPITest.cpp
index 092213277d1cea46fc10b2102394024922b7bff0..3813d59dbd1195cb0361fe98122cfc68c72a1ce4 100644 (file)
@@ -135,6 +135,8 @@ 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);
   }
   
   virtual void SetUp() {