[commit] r2036 - trunk/Tests/GPyUnit

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Mon Aug 27 15:58:14 CDT 2012


Author: ksmyth
Date: Mon Aug 27 15:58:14 2012
New Revision: 2036

Log:
Fix x64

Modified:
   trunk/Tests/GPyUnit/test_decorators.py

Modified: trunk/Tests/GPyUnit/test_decorators.py
==============================================================================
--- trunk/Tests/GPyUnit/test_decorators.py	Mon Aug 27 15:48:27 2012	(r2035)
+++ trunk/Tests/GPyUnit/test_decorators.py	Mon Aug 27 15:58:14 2012	(r2036)
@@ -45,11 +45,6 @@
     @property
     def connstr(self):
         return "MGA=" + _adjacent_file("TestDecorators.mga")
-    
-
-if GPyUnit.util._opts.Dispatch_x64:
-    del TestCSharpDSMLGenerator
-    #FIXME: TestCSharpDSMLGenerator on x64 make PGO fail
         
 if __name__ == "__main__":
     unittest.main()


More information about the gme-commit mailing list