Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove the mention of X::Temporal::Truncation
The class has been removed from Rakudo.
  • Loading branch information
Carl Masak committed Jan 24, 2013
1 parent eaf297e commit 6d12d5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S32-exceptions/misc.t
Expand Up @@ -290,8 +290,6 @@ throws_like 'eval("foo", :lang<no-such-language>)',
X::Eval::NoSuchLang,
lang => 'no-such-language';

throws_like 'DateTime.now.truncated-to(:foo)', X::Temporal::Truncation;
throws_like 'Date.today.truncated-to(:foo)', X::Temporal::Truncation;
throws_like 'DateTime.new("1998-12-31T23:59:60+0200", :timezone<Z>)', X::DateTime::TimezoneClash;

throws_like 'Set(Any.new)', X::Set::Coerce;
Expand Down

0 comments on commit 6d12d5e

Please sign in to comment.