Changeset 22468 for t

Show
Ignore:
Timestamp:
10/01/08 08:29:01 (2 months ago)
Author:
azawawi
Message:

[t/spec] Fudged S10-packages/import.t for rakudo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • t/spec/S10-packages/import.t

    r21050 r22468  
    44plan 1; 
    55 
    6 if $?PUGS_BACKEND ne "BACKEND_PUGS" { 
    7   skip_rest "PIL2JS and PIL-Run do not support eval() yet."; 
    8   exit; 
    9 } 
     6#?pugs emit if $?PUGS_BACKEND ne "BACKEND_PUGS" { 
     7#?pugs emit  skip_rest "PIL2JS and PIL-Run do not support eval() yet."; 
     8#?pugs emit  exit; 
     9#?pugs emit } 
    1010 
    1111is(eval("use t::spec::packages::Import 'foo'; 123;"), 123, "import doesn't get called if it doesn't exist");