From 452d63b1659056ee17d022252990171a16d43231 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Sat, 3 Mar 2018 19:46:33 -0500 Subject: [PATCH] lol bad uniitest --- script.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.d b/script.d index dfd498d..8c435d5 100644 --- a/script.d +++ b/script.d @@ -268,7 +268,7 @@ unittest { var a = "cool"; assert(test("hey #{a}") == "hey cooltest"); - }, globals;) + }, globals); } public import arsd.jsvar;