summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-09-25 17:55:05 -0700
committerPaul Phillips <paulp@improving.org>2012-09-25 17:55:05 -0700
commit1682c0df76280dbb56e452b6e914db5e24c79daf (patch)
tree1d76e1eaa3ca7a09a8bd4752bef51452380d85da
parentf284ac55c931249a49499a7831de4d25213d34b8 (diff)
parent4fb4287bfe903b87ba5135ce96003142505512c5 (diff)
downloadscala-1682c0df76280dbb56e452b6e914db5e24c79daf.tar.gz
scala-1682c0df76280dbb56e452b6e914db5e24c79daf.tar.bz2
scala-1682c0df76280dbb56e452b6e914db5e24c79daf.zip
Merge pull request #1398 from gkossakowski/t6344-update-check-file
Update check-file for SI-6344 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()