Author: mattip <[email protected]>
Branch: 
Changeset: r68344:c1428cb45c9f
Date: 2013-11-29 16:21 +0200
http://bitbucket.org/pypy/pypy/changeset/c1428cb45c9f/

Log:    whoops

diff --git a/rpython/translator/test/test_driver.py 
b/rpython/translator/test/test_driver.py
--- a/rpython/translator/test/test_driver.py
+++ b/rpython/translator/test/test_driver.py
@@ -49,7 +49,7 @@
 
 def test_create_exe():
     if not os.name == 'nt':
-        py.skip('Windows only test')
+        py.test.skip('Windows only test')
 
     dst_name = udir.join('dst/pypy.exe')
     src_name = udir.join('src/dydy2.exe')
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to