compiler/tests/extras/PPCLRPParserSmokeTest.st
changeset 516 3b81c9e53352
parent 512 694a247a12ba
parent 515 b5316ef15274
child 534 a949c4fe44df
--- a/compiler/tests/extras/PPCLRPParserSmokeTest.st	Fri Jul 31 14:07:31 2015 +0100
+++ b/compiler/tests/extras/PPCLRPParserSmokeTest.st	Mon Aug 17 12:56:02 2015 +0100
@@ -12,7 +12,9 @@
 !PPCLRPParserSmokeTest class methodsFor:'accessing'!
 
 resources
-    ^ Array with:PPCLRPSourcesResource
+    ^ (OrderedCollection with: PPCLRPSourcesResource)
+        addAll: super resources;
+        yourself
 
     "Created: / 30-07-2015 / 19:07:52 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
@@ -30,7 +32,6 @@
 !PPCLRPParserSmokeTest methodsFor:'tests'!
 
 testSmoke1
-
     PPCLRPSourcesResource current sources do:[:source | 
         self parse: source
     ].