summaryrefslogtreecommitdiffstats
path: root/t/compile-time.t
diff options
context:
space:
mode:
Diffstat (limited to 't/compile-time.t')
-rw-r--r--t/compile-time.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/compile-time.t b/t/compile-time.t
index a20ff6c..6dcbc53 100644
--- a/t/compile-time.t
+++ b/t/compile-time.t
@@ -5,9 +5,7 @@ use Test::More;
use Fun;
-TODO: { todo_skip "doesn't work at compile time yet", 1;
is(foo(), "FOO");
-}
fun foo { "FOO" }