diff options
author | Felix H. Dahlke <fhd@ubercode.de> | 2013-07-17 10:01:13 +0200 |
---|---|---|
committer | Felix H. Dahlke <fhd@ubercode.de> | 2013-07-17 10:01:13 +0200 |
commit | da350fac54cccf6f511aa4cbb4f8bedae6b606df (patch) | |
tree | 2427ab6b117a2e279b7f4a6df2bf0fa77e9680c5 /tests/runner.py | |
parent | f7a5c31270c96cf8fd28a0725460b33faa6b5db4 (diff) |
Fix SDL_surface refcount test and initialise refcount to 1
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 6daa9c36..b2dff6f4 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='1') + self.btest('sdl_surface_refcount.c', expected='0') def test_glbegin_points(self): shutil.copyfile(path_from_root('tests', 'screenshot.png'), os.path.join(self.get_dir(), 'screenshot.png')) |