summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2012-09-25 20:59:42 +0200
committerGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2012-09-25 20:59:42 +0200
commit4fb4287bfe903b87ba5135ce96003142505512c5 (patch)
tree1d76e1eaa3ca7a09a8bd4752bef51452380d85da /test
parentf284ac55c931249a49499a7831de4d25213d34b8 (diff)
downloadscala-4fb4287bfe903b87ba5135ce96003142505512c5.tar.gz
scala-4fb4287bfe903b87ba5135ce96003142505512c5.tar.bz2
scala-4fb4287bfe903b87ba5135ce96003142505512c5.zip
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.
Diffstat (limited to 'test')
-rw-r--r--test/files/run/t6344.check4
1 files 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<java.lang.Object> ValueInt.plus(Gen<java.lang.Object>,Gen<java.lang.Object>)
-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()