Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
test exception type for stuff that must be known at compile time
  • Loading branch information
moritz committed Feb 8, 2012
1 parent 63626c2 commit 59f3f35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions S32-exceptions/misc.t
Expand Up @@ -128,4 +128,7 @@ throws_like '=begin', X::Syntax::Pod::BeginWithoutIdentifier;
throws_like '@', X::Syntax::SigilWithoutName;
throws_like '1∞', X::Syntax::Confused;

throws_like 'm:i(@*ARGS[0])/foo/', X::Value::Dynamic;
throws_like 'my enum Foo (:x(@*ARGS[0]))', X::Value::Dynamic;

done;

0 comments on commit 59f3f35

Please sign in to comment.