Author: mattip <matti.pi...@gmail.com>
Branch: 
Changeset: r72023:18f696e31514
Date: 2014-06-11 21:44 +0300
http://bitbucket.org/pypy/pypy/changeset/18f696e31514/

Log:    fix translation of test

diff --git a/rpython/translator/c/test/test_extfunc.py 
b/rpython/translator/c/test/test_extfunc.py
--- a/rpython/translator/c/test/test_extfunc.py
+++ b/rpython/translator/c/test/test_extfunc.py
@@ -185,6 +185,7 @@
             os.stat("nonexistentdir/nonexistentfile")
         except WindowsError, e:
             return e.winerror
+        return 0    
     f = compile(call_stat, [])
     res = f()
     expected = call_stat()
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to