summaryrefslogtreecommitdiffstats
path: root/t/07-edge-cases.t
diff options
context:
space:
mode:
Diffstat (limited to 't/07-edge-cases.t')
-rwxr-xr-xt/07-edge-cases.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/07-edge-cases.t b/t/07-edge-cases.t
index 02e281b..4f61ca2 100755
--- a/t/07-edge-cases.t
+++ b/t/07-edge-cases.t
@@ -64,4 +64,6 @@ is(exception { $Bar->add_symbol('$foo', \$foo) }, undef,
is(exception { $Bar->add_symbol('$bar', \$bar) }, undef,
"can add PVNV values");
+use_ok('CompileTime');
+
done_testing;