Regenerate test files
[gitmo/Mouse.git] / t / 040_type_constraints / failing / 032_throw_error.t
diff --git a/t/040_type_constraints/failing/032_throw_error.t b/t/040_type_constraints/failing/032_throw_error.t
deleted file mode 100644 (file)
index d9c992b..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-use strict;
-use warnings;
-
-use Test::More tests => 1;
-
-use Mouse::Util::TypeConstraints;
-
-
-eval { Mouse::Util::TypeConstraints::create_type_constraint_union() };
-
-like( $@, qr/\QYou must pass in at least 2 type names to make a union/,
-      'can throw a proper error without Mouse being loaded by the caller' );