diff options
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index b2dff6f4..6daa9c36 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -13173,7 +13173,7 @@ Press any key to continue.''' self.btest('sdl_alloctext.c', expected='1', args=['-O2', '-s', 'TOTAL_MEMORY=' + str(1024*1024*8)]) def test_sdl_surface_refcount(self): - self.btest('sdl_surface_refcount.c', expected='0') + self.btest('sdl_surface_refcount.c', expected='1') def test_glbegin_points(self): shutil.copyfile(path_from_root('tests', 'screenshot.png'), os.path.join(self.get_dir(), 'screenshot.png')) |