changeset 20057:bc61e6801712

Fix project dependencies.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 28 Mar 2015 20:37:58 +0100
parents deab98a89238
children d26957b22f4c
files mx/suite.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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",
       ],