From 2550f4161c1e6f9caa014bfd48d22a29082b71c8 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Sat, 20 Jun 2015 11:01:19 +0200 Subject: Avoid noise introduced by printing anonymous class numbers We seem to have an instability where the testing framework influences what numbers anonymous classes are given. We have to deal with this, but not now. For the moment I am masking numbers from the test output. --- tests/run/shortClass.check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/run/shortClass.check') diff --git a/tests/run/shortClass.check b/tests/run/shortClass.check index 6ecee9a31..0c62fb26f 100644 --- a/tests/run/shortClass.check +++ b/tests/run/shortClass.check @@ -1,8 +1,8 @@ bippity.bop.Foo bippity.bop.Foo$Bar bippity.bop.Foo$Bar$ -Test$$anon$5 -Test$$anon$2 +Test$$anon$ +Test$$anon$ Foo Bar Bar$ -- cgit v1.2.3