lol bad uniitest

This commit is contained in:
Adam D. Ruppe 2018-03-03 19:46:33 -05:00
parent 15566ab70b
commit 452d63b165
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ unittest {
var a = "cool";
assert(test("hey #{a}") == "hey cooltest");
}, globals;)
}, globals);
}
public import arsd.jsvar;