diff graal/com.oracle.graal.tests/src/com/oracle/graal/compiler/tests/MonitorTest.java @ 5565:0083a59ced84

Renaming GraphTest => GraalCompilerTest.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 11 Jun 2012 13:23:13 +0200
parents a26b6248d398
children 102f87543d5e
line wrap: on
line diff
--- a/graal/com.oracle.graal.tests/src/com/oracle/graal/compiler/tests/MonitorTest.java	Mon Jun 11 13:21:15 2012 +0200
+++ b/graal/com.oracle.graal.tests/src/com/oracle/graal/compiler/tests/MonitorTest.java	Mon Jun 11 13:23:13 2012 +0200
@@ -43,7 +43,7 @@
  * Then canonicalization is applied and it is verified that the resulting graph is equal to the
  * graph of the method that just has a "return 1" statement in it.
  */
-public class MonitorTest extends GraphTest {
+public class MonitorTest extends GraalCompilerTest {
 
     private static final String REFERENCE_SNIPPET = "referenceSnippet";