Changeset 22518 for t

Show
Ignore:
Timestamp:
10/06/08 13:50:08 (7 weeks ago)
Author:
moritz
Message:

[t/spec] fixed syntax error in pre-post.t, caught by STD.pm++

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • t/spec/S04-closure-traits/pre-post.t

    r22514 r22518  
    4646 
    4747dies_ok  { baz(-1)}, 'sub with two PREs fails when first is violated'; 
    48 dies_ok  { baz(42)}, 'sub with two PREs fails when second is violated'); 
     48dies_ok  { baz(42)}, 'sub with two PREs fails when second is violated'; 
    4949 
    5050