Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r1027:a9b7746a6a20
Date: 2012-11-04 11:13 +0100
http://bitbucket.org/cffi/cffi/changeset/a9b7746a6a20/

Log:    fix test

diff --git a/c/test_c.py b/c/test_c.py
--- a/c/test_c.py
+++ b/c/test_c.py
@@ -2361,7 +2361,7 @@
     #
     SetLastError(42)
     # a random function that will reset the real GetLastError() to 0
-    import posix; posix.stat('.')
+    import nt; nt.stat('.')
     #
     res = GetLastError()
     assert res == 42
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to