comparison graal/com.oracle.truffle.api.dsl.test/src/com/oracle/truffle/api/dsl/test/processor/TruffleProcessorTest.java @ 21466:24d12404e70a

Removing author tag
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Fri, 22 May 2015 09:39:22 +0200
parents fb17e716b03c
children c2b006c5e15f
comparison
equal deleted inserted replaced
21465:7afddf357e13 21466:24d12404e70a
31 import static org.junit.Assert.*; 31 import static org.junit.Assert.*;
32 import org.junit.Test; 32 import org.junit.Test;
33 33
34 /** 34 /**
35 * Verify errors emitted by the processor. 35 * Verify errors emitted by the processor.
36 *
37 * @author Jaroslav Tulach
38 */ 36 */
39 public class TruffleProcessorTest { 37 public class TruffleProcessorTest {
40 @Test 38 @Test
41 public void childCannotBeFinal() throws Exception { 39 public void childCannotBeFinal() throws Exception {
42 // @formatter:off 40 // @formatter:off