]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/165-for_window.t
testcases: correctly enable lexical pragmata
[i3/i3] / testcases / t / 165-for_window.t
index 6e921cef484339b7d72eb3744e611d6498c8bcfe..b3fef117c62f5b302710d61a6cc63d5162cabd51 100644 (file)
@@ -46,7 +46,7 @@ is($content[0]->{border}, 'normal', 'normal border');
 $window->unmap;
 wait_for_unmap $x;
 
-my @content = @{get_ws_content($tmp)};
+@content = @{get_ws_content($tmp)};
 cmp_ok(@content, '==', 0, 'no more nodes');
 diag('content = '. Dumper(\@content));