Changeset 22868 for t

Show
Ignore:
Timestamp:
11/04/08 17:33:51 (2 months ago)
Author:
jnthn
Message:

[spectest] Unfudge a test that Rakudo now passes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • t/spec/S12-class/namespaced.t

    r22635 r22868  
    1919{ 
    2020    my $foobar = Foo::Bar.new(); 
    21     #?rakudo todo 'classes with namespaces with ::' 
    2221    is($foobar.baz, 42, 'methods can be called on classes with namespaces with ::'); 
    2322}