Author: Armin Rigo <[email protected]>
Branch: all_ordered_dicts
Changeset: r75060:bc4e9c652d8d
Date: 2014-12-22 15:28 +0100
http://bitbucket.org/pypy/pypy/changeset/bc4e9c652d8d/
Log: fix test
diff --git a/rpython/annotator/test/test_annrpython.py
b/rpython/annotator/test/test_annrpython.py
--- a/rpython/annotator/test/test_annrpython.py
+++ b/rpython/annotator/test/test_annrpython.py
@@ -1877,7 +1877,7 @@
return None
a = self.RPythonAnnotator()
s = a.build_types(f, [int])
- assert s.knowntype == dict
+ assert s.knowntype == annmodel.SomeOrderedDict.knowntype
def test_const_list_and_none(self):
def g(l=None):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit