Author: Alexander Hesse <[email protected]>
Branch: split-rpython
Changeset: r60123:6e43b9654ca9
Date: 2013-01-17 06:58 +0100
http://bitbucket.org/pypy/pypy/changeset/6e43b9654ca9/
Log: Fixed new generated files names
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
@@ -57,9 +57,9 @@
# Verify that the generated C files have sane names:
gen_c_files = [str(f) for f in cbuilder.extrafiles]
- for expfile in ('pypy_rlib_rposix.c',
- 'pypy_rpython_lltypesystem_rstr.c',
- 'pypy_translator_c_test_test_standalone.c'):
+ for expfile in ('rpython_rlib_rposix.c',
+ 'rpython_rtyper_lltypesystem_rstr.c',
+ 'rpython_translator_c_test_test_standalone.c'):
assert cbuilder.targetdir.join(expfile) in gen_c_files
def test_print(self):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit