summaryrefslogtreecommitdiffstats
path: root/t/10-inlining.t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-02-21 01:53:08 -0600
committerJesse Luehrs <doy@tozt.net>2011-02-21 01:53:08 -0600
commit06f919c57dfc917e50e6858100cfbe3a1b57a1be (patch)
tree8d269551288407c1cc78c9d7ad7466cf7e9a8bcb /t/10-inlining.t
parentd1149a69c6121025816d388fadc3861e7407c594 (diff)
downloadbread-board-declare-06f919c57dfc917e50e6858100cfbe3a1b57a1be.tar.gz
bread-board-declare-06f919c57dfc917e50e6858100cfbe3a1b57a1be.zip
make sure i'm testing immutability too
Diffstat (limited to 't/10-inlining.t')
-rw-r--r--t/10-inlining.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/10-inlining.t b/t/10-inlining.t
index 658d42d..091e7c6 100644
--- a/t/10-inlining.t
+++ b/t/10-inlining.t
@@ -136,6 +136,8 @@ use Test::More;
number_div => 'div',
},
);
+
+ __PACKAGE__->meta->make_immutable;
}
pass("everything compiled successfully");