Author: Alexander Hesse <[email protected]>
Branch: split-rpython
Changeset: r60118:b6b2fe14b3dc
Date: 2013-01-17 04:08 +0100
http://bitbucket.org/pypy/pypy/changeset/b6b2fe14b3dc/

Log:    Fixed test

diff --git a/rpython/translator/c/test/test_genc.py 
b/rpython/translator/c/test/test_genc.py
--- a/rpython/translator/c/test/test_genc.py
+++ b/rpython/translator/c/test/test_genc.py
@@ -560,7 +560,7 @@
     t.context._graphof(foobar_fn).inhibit_tail_call = True
     t.source_c()
     lines = t.driver.cbuilder.c_source_filename.join('..',
-                              'pypy_translator_c_test_test_genc.c').readlines()
+                              
'rpython_translator_c_test_test_genc.c').readlines()
     for i, line in enumerate(lines):
         if '= pypy_g_foobar_fn' in line:
             break
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to