tools/JavaCompilerTests.st
changeset 3173 26dd7e06c4bb
parent 2986 6b521f99c43b
child 3330 b14c58b2876c
--- a/tools/JavaCompilerTests.st	Thu Jul 24 20:56:59 2014 +0100
+++ b/tools/JavaCompilerTests.st	Thu Jul 24 21:18:20 2014 +0100
@@ -27,7 +27,7 @@
 "{ Package: 'stx:libjava/tools' }"
 
 TestCase subclass:#JavaCompilerTests
-	instanceVariableNames:''
+	instanceVariableNames:'classloader'
 	classVariableNames:''
 	poolDictionaries:''
 	category:'Languages-Java-Tests-Compiling'