comparison graal/com.oracle.graal.compiler.hsail.test/src/com/oracle/graal/compiler/hsail/test/lambda/MathTestBase.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 ae8f4016792a
children
comparison
equal deleted inserted replaced
18162:ab62800259ff 18163:c88ab4f1f04a
29 import com.oracle.graal.debug.Debug.Scope; 29 import com.oracle.graal.debug.Debug.Scope;
30 30
31 import com.oracle.graal.compiler.hsail.test.infra.*; 31 import com.oracle.graal.compiler.hsail.test.infra.*;
32 32
33 /** 33 /**
34 * Tests call to Math.tan(double) 34 * Tests call to Math.tan(double).
35 */ 35 */
36 public abstract class MathTestBase extends GraalKernelTester { 36 public abstract class MathTestBase extends GraalKernelTester {
37 37
38 abstract String getInputString(int idx); 38 abstract String getInputString(int idx);
39 39