# HG changeset patch # User Doug Simon # Date 1426889930 -3600 # Node ID bd7a66d0e37af42a91787de66a28146584222a5b # Parent e07cd1f09a9dcd53441ec13ad2001c5673e1ef90 removed left over temporary code diff -r e07cd1f09a9d -r bd7a66d0e37a graal/com.oracle.graal.replacements.test/src/com/oracle/graal/replacements/test/UnsafeSubstitutionsTest.java --- 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"));