diff --git a/lib/Test.pm6 b/lib/Test.pm6 index dc8a3afc090..af3d0726995 100644 --- a/lib/Test.pm6 +++ b/lib/Test.pm6 @@ -1,5 +1,4 @@ use MONKEY-GUTS; # Allow NQP ops. -use MONKEY-SEE-NO-EVAL; unit module Test; # Copyright (C) 2007 - 2018 The Perl Foundation.