summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-08-18 19:24:59 -0500
committerJesse Luehrs <doy@tozt.net>2012-08-18 19:24:59 -0500
commit3ce18c876e750d53fa5df8d283e3f4ff8d2dfa94 (patch)
treeb3254c19d99fac4e7165493749246271daefc3eb /t
parent1e22f62b2c6bb17153f0524ea3a1b684346a8988 (diff)
downloadfun-3ce18c876e750d53fa5df8d283e3f4ff8d2dfa94.tar.gz
fun-3ce18c876e750d53fa5df8d283e3f4ff8d2dfa94.zip
make fun work at compile time
Diffstat (limited to '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" }