Fix unit tests

This commit is contained in:
rjgotten
2015-02-26 15:34:49 +01:00
parent 5eeb6b4e0f
commit 2c7a9f826e
3 changed files with 2 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
@import (plugin) "import/plugins/test";
.test {
result : test()
result : test();
}