Skip to content

Commit

Permalink
fix typo, moritz--
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Aug 4, 2011
1 parent ffc71bd commit 1a2d51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S02-builtin_data_types/instants-and-durations.t
Expand Up @@ -30,7 +30,7 @@ isa_ok eval('now +300'), Instant, 'now is a term, not a function';
isa_ok $d + $t0, Instant, 'Instant + Duration ~~ Instant';
isa_ok $d + $t0, Instant, 'Duration + Instant ~~ Instant';
isa_ok $t0 - $d, Instant, 'Instant - Duration ~~ Instant';
#?rakuo todo 'nom regression'
#?rakudo todo 'nom regression'
is $t0 + ($t1 - $t0), $t1, 'Instant A + (Instant B - Instant A) == Instant B';
}

Expand Down

0 comments on commit 1a2d51f

Please sign in to comment.