]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/153-floating-originalsize.t
Merge branch 'master' into next
[i3/i3] / testcases / t / 153-floating-originalsize.t
index dcd1144e76dede059bd0d9f8bb02153548f7ffc4..83f3e85d58bf7cac5d9fe823d0c6ed07b57bda1c 100644 (file)
@@ -17,7 +17,7 @@ cmp_ok($absolute->{width}, '>', 400, 'i3 raised the width');
 cmp_ok($absolute->{height}, '>', 150, 'i3 raised the height');
 
 cmd 'floating toggle';
-sync_with_i3($x);
+sync_with_i3;
 
 ($absolute, $top) = $window->rect;