diff options
author | Tanner Doshier <doshitan@gmail.com> | 2012-07-10 12:34:38 -0500 |
---|---|---|
committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2012-10-11 19:27:56 -0300 |
commit | 2502ca6ccc3bd70bdeab6b8b80a2bf121d106a44 (patch) | |
tree | a1f58e90ffe3f9f734d3fdcf06a7f49778f65d51 /tests | |
parent | 651030ba939cae0762953560274dfa297c758cf0 (diff) | |
download | gnome-shell-2502ca6ccc3bd70bdeab6b8b80a2bf121d106a44.tar.gz |
tests: Actually call test() in box-layout
Diffstat (limited to 'tests')
-rw-r--r-- | tests/interactive/box-layout.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/interactive/box-layout.js b/tests/interactive/box-layout.js index 09ce8c70e..327ff230e 100644 --- a/tests/interactive/box-layout.js +++ b/tests/interactive/box-layout.js @@ -89,3 +89,4 @@ function test() { UI.main(stage); } +test(); |