diff mx/suite.py @ 20057:bc61e6801712

Fix project dependencies.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 28 Mar 2015 20:37:58 +0100
parents e87754e57be7
children 555952599be9
line wrap: on
line diff
--- a/mx/suite.py	Sat Mar 28 20:36:56 2015 +0100
+++ b/mx/suite.py	Sat Mar 28 20:37:58 2015 +0100
@@ -1063,7 +1063,6 @@
       "sourceDirs" : ["src"],
       "dependencies" : [
         "com.oracle.graal.truffle",
-        "com.oracle.graal.graph.test",
         "com.oracle.graal.compiler.test",
         "com.oracle.truffle.sl.test",
       ],