RegressionTests__StreamTests.st
changeset 1278 35268b580937
parent 1270 e47eb24afa27
child 1309 546f3f8c980f
child 1480 5c2785548851
--- a/RegressionTests__StreamTests.st	Thu Apr 09 09:29:53 2015 +0200
+++ b/RegressionTests__StreamTests.st	Thu Apr 09 09:36:10 2015 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "{ Package: 'exept:regression' }"
 
 "{ NameSpace: RegressionTests }"
@@ -48,7 +50,7 @@
             self error:'libcompat cannot be loaded'.        
         ].
     ].
-    stx_libcompat load.
+    (Smalltalk classNamed:'stx_libcompat') load.
 ! !
 
 !StreamTests methodsFor:'tests'!