Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge 2 tests that are passing now
  • Loading branch information
lizmat committed May 29, 2013
1 parent b40d7fe commit 265ab23
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion S32-temporal/DateTime.t
Expand Up @@ -68,7 +68,6 @@ isa_ok time, Int, 'time returns an Int';
# Input validation
# --------------------------------------------------------------------

#?rakudo todo ""
dies_ok { DateTime.new }, 'Must provide arguments to DateTime';

# L<S32::Temporal/C<DateTime>/outside of the ranges specified>
Expand Down
1 change: 0 additions & 1 deletion S32-temporal/calendar.t
Expand Up @@ -39,7 +39,6 @@ is ~dtim(1988, 3, 3).truncated-to(week), '1988-02-29T00:00:00Z', 'DateTime.trun
# Verify .gist
# Example taken from S32 specs documentation.
#?niecza skip 'Undeclared routine: hour'
#?rakudo todo 'output: DateTime.new(year => 2005, month => 2, ...)'
{
my $dt = DateTime.new('2005-02-01T15:20:35Z');
my $truncated = $dt.truncated-to(hour);
Expand Down

0 comments on commit 265ab23

Please sign in to comment.