updated for core support
[gitmo/Class-C3.git] / t / 10_Inconsistent_hierarchy.t
index 2378ea3..453d002 100644 (file)
@@ -54,4 +54,4 @@ eval {
     Class::C3::calculateMRO('Z') 
 };
 #diag $@;
-like($@, qr/^Inconsistent hierarchy/, '... got the right error with an inconsistent hierarchy');
+like($@, qr/^Inconsistent inheritance hierarchy/, '... got the right error with an inconsistent hierarchy');