summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/basic.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/basic.t b/t/basic.t
index 0493862..b7010e2 100644
--- a/t/basic.t
+++ b/t/basic.t
@@ -10,4 +10,9 @@ ok(1 ~~ 1);
}
ok(1 ~~ 1);
+{
+ use smartmatch 'core';
+ ok(1 ~~ 1);
+}
+
done_testing;