Changeset 21994
- Timestamp:
- 08/21/08 12:06:54 (3 months ago)
- Files:
-
- 1 modified
-
t/spec/S04-statements/try.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
t/spec/S04-statements/try.t
r21759 r21994 173 173 ok(!$naughty, "did not get caught by wrong handler"); 174 174 #?pugs todo 'bug' 175 is(eval('WHAT($!)'), Dandy, ".. of the right class");175 is(eval('WHAT($!)'), 'Dandy', ".. of the right class"); 176 176 }; 177 177
