Author: Armin Rigo <[email protected]>
Branch:
Changeset: r53607:c76442a93b07
Date: 2012-03-14 14:23 -0700
http://bitbucket.org/pypy/pypy/changeset/c76442a93b07/
Log: Fix test.
diff --git a/pypy/translator/c/test/test_database.py
b/pypy/translator/c/test/test_database.py
--- a/pypy/translator/c/test/test_database.py
+++ b/pypy/translator/c/test/test_database.py
@@ -232,7 +232,7 @@
B = Signed
db = LowLevelDatabase()
assert db.gettype(A) == "int @"
- assert db.gettype(B) == "long @"
+ assert db.gettype(B) == "Signed @"
def test_recursive_struct():
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit