diff graal/com.oracle.truffle.api.dsl.test/src/com/oracle/truffle/api/dsl/test/InsertBeforeTest.java @ 18163:c88ab4f1f04a

re-enabled Checkstyle with the release of 6.0 that supports Java 8; fixed existing Checkstyle warnings
author Doug Simon <doug.simon@oracle.com>
date Fri, 24 Oct 2014 16:18:10 +0200
parents 89f635cbd85e
children 08aa0372dad4
line wrap: on
line diff
--- a/graal/com.oracle.truffle.api.dsl.test/src/com/oracle/truffle/api/dsl/test/InsertBeforeTest.java	Thu Oct 23 17:20:10 2014 +0200
+++ b/graal/com.oracle.truffle.api.dsl.test/src/com/oracle/truffle/api/dsl/test/InsertBeforeTest.java	Fri Oct 24 16:18:10 2014 +0200
@@ -120,7 +120,7 @@
     }
 
     @NodeChild("a")
-    static class InsertBefore1T6_1 extends InsertBefore1Base {
+    static class InsertBefore1T6part1 extends InsertBefore1Base {
 
         boolean g0(int a) {
             return a == 0;
@@ -134,7 +134,7 @@
     }
 
     @NodeChild("a")
-    static class InsertBefore1T6_2 extends InsertBefore1T6_1 {
+    static class InsertBefore1T6part2 extends InsertBefore1T6part1 {
 
         boolean g(int a) {
             return a == 0;