diff graal/com.oracle.truffle.api.dsl.test/src/com/oracle/truffle/api/dsl/test/NegatedGuardsTest.java @ 16866:d834f85ac8a1

small cleanup
author Lukas Stadler <lukas.stadler@oracle.com>
date Tue, 19 Aug 2014 19:17:38 +0200
parents 5148aab962af
children 08aa0372dad4
line wrap: on
line diff
--- a/graal/com.oracle.truffle.api.dsl.test/src/com/oracle/truffle/api/dsl/test/NegatedGuardsTest.java	Tue Aug 19 17:30:54 2014 +0200
+++ b/graal/com.oracle.truffle.api.dsl.test/src/com/oracle/truffle/api/dsl/test/NegatedGuardsTest.java	Tue Aug 19 19:17:38 2014 +0200
@@ -50,7 +50,7 @@
             throw new AssertionError();
         }
 
-        @Specialization()
+        @Specialization
         int do2() {
             return 42; // the generic answer to all questions
         }