Changeset 21994

Show
Ignore:
Timestamp:
08/21/08 12:06:54 (3 months ago)
Author:
moritz
Message:

[t/spec] quote a type name

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • t/spec/S04-statements/try.t

    r21759 r21994  
    173173    ok(!$naughty, "did not get caught by wrong handler"); 
    174174    #?pugs todo 'bug' 
    175     is(eval('WHAT($!)'), Dandy, ".. of the right class"); 
     175    is(eval('WHAT($!)'), 'Dandy', ".. of the right class"); 
    176176}; 
    177177