diff mx/suite.py @ 18531:cdb9c605051a

removed some static accesses to HotSpotGraalRuntime from some tests
author Doug Simon <doug.simon@oracle.com>
date Wed, 26 Nov 2014 13:57:50 +0100
parents fe0db662e982
children 8153d8cf264c
line wrap: on
line diff
--- a/mx/suite.py	Wed Nov 26 13:20:14 2014 +0100
+++ b/mx/suite.py	Wed Nov 26 13:57:50 2014 +0100
@@ -443,8 +443,7 @@
       "sourceDirs" : ["src"],
       "dependencies" : [
         "com.oracle.graal.asm.amd64",
-        "com.oracle.graal.compiler.test",
-        "com.oracle.graal.hotspot",
+        "com.oracle.graal.hotspot.test",
       ],
       "checkstyle" : "com.oracle.graal.graph",
       "javaCompliance" : "1.8",