diff mx/suite.py @ 21449:006d8ddb7ef9

Move ConstantStackMoveTest and StackStoreTest to amd64 specific project.
author Josef Eisl <josef.eisl@jku.at>
date Thu, 21 May 2015 13:28:41 +0200
parents fb17e716b03c
children a64d09dc4590 3b8bbf51d320
line wrap: on
line diff
--- a/mx/suite.py	Thu May 21 13:25:44 2015 +0200
+++ b/mx/suite.py	Thu May 21 13:28:41 2015 +0200
@@ -782,7 +782,7 @@
       "sourceDirs" : ["src"],
       "dependencies" : [
         "com.oracle.graal.amd64",
-        "com.oracle.graal.compiler.test",
+        "com.oracle.graal.lir.jtt",
       ],
       "checkstyle" : "com.oracle.graal.graph",
       "javaCompliance" : "1.8",