More uses of type in the tests
[gitmo/Mouse.git] / t / 800_shikabased / 014-subtype-as.t
index 263e5ac..0a95057 100644 (file)
@@ -37,7 +37,7 @@ use Scalar::Util qw/blessed/;
     );
 
 
-    subtype 'Type4';
+    type 'Type4';
     has any => (
         is     => 'rw',
         isa    => 'Type4',