changeset 19983:bd7a66d0e37a

removed left over temporary code
author Doug Simon <doug.simon@oracle.com>
date Fri, 20 Mar 2015 23:18:50 +0100
parents e07cd1f09a9d
children a8d664e10e4f
files graal/com.oracle.graal.replacements.test/src/com/oracle/graal/replacements/test/UnsafeSubstitutionsTest.java
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.replacements.test/src/com/oracle/graal/replacements/test/UnsafeSubstitutionsTest.java	Fri Mar 20 23:17:33 2015 +0100
+++ b/graal/com.oracle.graal.replacements.test/src/com/oracle/graal/replacements/test/UnsafeSubstitutionsTest.java	Fri Mar 20 23:18:50 2015 +0100
@@ -79,11 +79,6 @@
     }
 
     @Test
-    public void testFoo() throws Exception {
-        testGraph("unsafeDirectMemoryRead");
-    }
-
-    @Test
     public void testUnsafeSubstitutions() throws Exception {
         test("unsafeCompareAndSwapInt", unsafe, supply(() -> new Foo()), fooOffset("i"));