From 86055b0a996f853dc4516872f15a7f447d882ebb Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 7 Mar 2013 15:07:37 -0600 Subject: fix test for hash randomization --- t/infer.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/infer.t b/t/infer.t index 34703a0..c269582 100644 --- a/t/infer.t +++ b/t/infer.t @@ -75,7 +75,7 @@ use Test::Fatal; my $c = My::Container->new; like( exception { $c->baz_no_infer }, - qr/^Attribute \(bar\) is required/, + qr/^Attribute \((?:foo|bar)\) is required/, "not inferred when not requested" ); } -- cgit v1.2.3