Author: Maciej Fijalkowski <[email protected]>
Branch:
Changeset: r64181:f87522e1a950
Date: 2013-05-15 19:17 +0200
http://bitbucket.org/pypy/pypy/changeset/f87522e1a950/
Log: fix this test
diff --git a/rpython/translator/c/test/test_standalone.py
b/rpython/translator/c/test/test_standalone.py
--- a/rpython/translator/c/test/test_standalone.py
+++ b/rpython/translator/c/test/test_standalone.py
@@ -1186,7 +1186,7 @@
config = get_combined_translation_config(translating=True)
self.config = config
- @entrypoint('test', [lltype.Signed], relax=True, c_name='foo')
+ @entrypoint('test', [lltype.Signed], c_name='foo')
def f(a):
return a + 3
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit