aboutsummaryrefslogtreecommitdiff
path: root/tests/run/shortClass.check
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2015-06-20 11:01:19 +0200
committerMartin Odersky <odersky@gmail.com>2015-06-20 11:01:19 +0200
commit2550f4161c1e6f9caa014bfd48d22a29082b71c8 (patch)
tree0d2b49c9f977e14ccd569fb82844fb31b7568d7f /tests/run/shortClass.check
parent2deaea3481e1825357a97e3d03e403d8f0b38478 (diff)
downloaddotty-2550f4161c1e6f9caa014bfd48d22a29082b71c8.tar.gz
dotty-2550f4161c1e6f9caa014bfd48d22a29082b71c8.tar.bz2
dotty-2550f4161c1e6f9caa014bfd48d22a29082b71c8.zip
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.
Diffstat (limited to 'tests/run/shortClass.check')
-rw-r--r--tests/run/shortClass.check4
1 files changed, 2 insertions, 2 deletions
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$