Skip to content

Commit

Permalink
Consider newly added X::SymbolNotDynamic exception
Browse files Browse the repository at this point in the history
Make _S32/exceptions/mist.t_ use v6.c explicitly
  • Loading branch information
vrurg committed Oct 30, 2019
1 parent 3f20f7a commit 931d803
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions S02-types/WHICH.t
Expand Up @@ -171,6 +171,7 @@ my @exception = <
X::Buf::Pack
X::Buf::Pack::NonASCII
X::Caller::NotDynamic
X::SymbolNotDynamic
X::Cannot::Empty
X::Cannot::Lazy
X::Cannot::New
Expand Down
2 changes: 1 addition & 1 deletion S32-exceptions/misc.t
@@ -1,4 +1,4 @@
use v6;
use v6.c;
use Test;
use lib $?FILE.IO.parent(2).add("packages/Test-Helpers");
use Test::Util;
Expand Down

0 comments on commit 931d803

Please sign in to comment.