aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorFelix H. Dahlke <fhd@ubercode.de>2013-07-17 10:01:13 +0200
committerFelix H. Dahlke <fhd@ubercode.de>2013-07-17 10:01:13 +0200
commitda350fac54cccf6f511aa4cbb4f8bedae6b606df (patch)
tree2427ab6b117a2e279b7f4a6df2bf0fa77e9680c5 /tests/runner.py
parentf7a5c31270c96cf8fd28a0725460b33faa6b5db4 (diff)
Fix SDL_surface refcount test and initialise refcount to 1
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py2
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'))