# HG changeset patch # User Morris Meyer # Date 1379023578 14400 # Node ID aba82698c86de90fda427b00fe02eda7e7d950e2 # Parent 7f513590ac06c72e538236d7fb5cc63be4118dc9 Rename PTX ArrayTest diff -r 7f513590ac06 -r aba82698c86d graal/com.oracle.graal.compiler.ptx.test/src/com/oracle/graal/compiler/ptx/test/ArrayPTXTest.java --- a/graal/com.oracle.graal.compiler.ptx.test/src/com/oracle/graal/compiler/ptx/test/ArrayPTXTest.java Thu Sep 12 18:02:10 2013 -0400 +++ b/graal/com.oracle.graal.compiler.ptx.test/src/com/oracle/graal/compiler/ptx/test/ArrayPTXTest.java Thu Sep 12 18:06:18 2013 -0400 @@ -104,8 +104,8 @@ } public static void main(String[] args) { - ArrayTest test = new ArrayTest(); - for (Method m : ArrayTest.class.getMethods()) { + ArrayPTXTest test = new ArrayPTXTest(); + for (Method m : ArrayPTXTest.class.getMethods()) { String name = m.getName(); if (m.getAnnotation(Test.class) == null && name.startsWith("test")) { // CheckStyle: stop system..print check