diff mx/suite.py @ 21420:fb17e716b03c

The annotation processor should verify proper use of @Child annotation during compilation time and prevent usage of final.
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Tue, 19 May 2015 12:30:51 +0200
parents 082417ac43e4
children 006d8ddb7ef9
line wrap: on
line diff
--- a/mx/suite.py	Tue May 19 11:54:32 2015 +0200
+++ b/mx/suite.py	Tue May 19 12:30:51 2015 +0200
@@ -1008,7 +1008,7 @@
       "subDir" : "graal",
       "sourceDirs" : ["src"],
       "dependencies" : [
-        "com.oracle.truffle.api.dsl",
+        "com.oracle.truffle.dsl.processor",
         "JUNIT",
       ],
       "checkstyle" : "com.oracle.graal.graph",