changeset 17239:d1cc47f5b1dd

Merge
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Fri, 26 Sep 2014 15:14:02 -0700
parents 45c8f71196ec (diff) 9d728eb7fdec (current diff)
children 136ba6d379f2
files
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.compiler.sparc.test/src/com/oracle/graal/compiler/sparc/test/SPARCAllocatorTest.java	Fri Sep 26 23:21:15 2014 +0200
+++ b/graal/com.oracle.graal.compiler.sparc.test/src/com/oracle/graal/compiler/sparc/test/SPARCAllocatorTest.java	Fri Sep 26 15:14:02 2014 -0700
@@ -46,7 +46,7 @@
 
     @Test
     public void test2() {
-        test("test2snippet", 1, 0, 0);
+        test("test2snippet", 2, 0, 0);
     }
 
     public static long test2snippet(long x) {
@@ -55,7 +55,7 @@
 
     @Test
     public void test3() {
-        test("test3snippet", 3, 0, 0);
+        test("test3snippet", 3, 1, 0);
     }
 
     public static long test3snippet(long x) {