diff -r bd5107faf4d6 -r a9cd5ea7cc36 islands/tests/PPIslandTest.st --- a/islands/tests/PPIslandTest.st Sun May 10 06:46:56 2015 +0100 +++ b/islands/tests/PPIslandTest.st Sun May 10 14:20:24 2015 +0100 @@ -1,5 +1,7 @@ "{ Package: 'stx:goodies/petitparser/islands/tests' }" +"{ NameSpace: Smalltalk }" + PPAbstractParserTest subclass:#PPIslandTest instanceVariableNames:'result context' classVariableNames:''