diff mx.graal/suite.py @ 22696:3c8a7c16c1f9

Change c.o.nfi.test to javaCompliance 1.8
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Thu, 24 Sep 2015 12:05:43 +0200
parents 2c708c0bdd21
children d7ebda8d855e
line wrap: on
line diff
--- a/mx.graal/suite.py	Thu Sep 24 11:31:04 2015 +0200
+++ b/mx.graal/suite.py	Thu Sep 24 12:05:43 2015 +0200
@@ -80,7 +80,7 @@
         "mx:JUNIT",
       ],
       "checkstyle" : "com.oracle.graal.graph",
-      "javaCompliance" : "1.7",
+      "javaCompliance" : "1.8",
     },
 
     # ------------- Graal -------------