summaryrefslogtreecommitdiff
path: root/test/files/presentation/random.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/presentation/random.check')
-rw-r--r--test/files/presentation/random.check3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/files/presentation/random.check b/test/files/presentation/random.check
index 1b73720312..fce4b69fb3 100644
--- a/test/files/presentation/random.check
+++ b/test/files/presentation/random.check
@@ -4,8 +4,7 @@ askType at Random.scala(18,14)
================================================================================
[response] askTypeAt at (18,14)
val filter: Int => Boolean = try {
- case <synthetic> val x1: Int = java.this.lang.Integer.parseInt(args.apply(0));
- x1 match {
+ java.this.lang.Integer.parseInt(args.apply(0)) match {
case 1 => ((x: Int) => x.%(2).!=(0))
case 2 => ((x: Int) => x.%(2).==(0))
case _ => ((x: Int) => x.!=(0))