From 4fb4287bfe903b87ba5135ce96003142505512c5 Mon Sep 17 00:00:00 2001 From: Grzegorz Kossakowski Date: Tue, 25 Sep 2012 20:59:42 +0200 Subject: Update check-file for SI-6344 test. There were some changes to value classes since pull request was tested so outdated check-file got merged. Paul confirmed that those changes are going in the right direction so all it requires is to update the check file. Review by @paulp. --- test/files/run/t6344.check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/files/run/t6344.check b/test/files/run/t6344.check index e4c3ba9b90..5ac04d0320 100644 --- a/test/files/run/t6344.check +++ b/test/files/run/t6344.check @@ -91,12 +91,12 @@ public abstract A Gen.x() ValueInt public Gen ValueInt.plus(Gen,Gen) public Gen ValueInt.plus(Gen,Gen) -public ValueInt ValueInt.iplus(ValueInt,ValueInt) -public ValueInt ValueInt.iplus(ValueInt,ValueInt) public boolean ValueInt.equals(java.lang.Object) public boolean ValueInt.equals(java.lang.Object) public int ValueInt.hashCode() public int ValueInt.hashCode() +public int ValueInt.iplus(int,int) +public int ValueInt.iplus(int,int) public int ValueInt.x() public int ValueInt.x() public java.lang.Object ValueInt.x() -- cgit v1.2.3