summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
Diffstat (limited to 'py')
-rwxr-xr-xpy/tests/sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/tests/sync.py b/py/tests/sync.py
index e394c8d..605dbcf 100755
--- a/py/tests/sync.py
+++ b/py/tests/sync.py
@@ -195,7 +195,7 @@ def main(argv):
'CRTC_W': fb.width,
'CRTC_H': fb.height,
})
- ret = req.commit(flip_handler, allow_modeset = True)
+ ret = req.commit(allow_modeset = True)
if ret < 0:
raise RuntimeError('Atomic mode set failed with %d' % ret)