From 81443d309e6af3f7daa51ddb323e19818334d784 Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Thu, 21 Oct 2010 08:05:55 +0000 Subject: splitting up scopes test into two parts. the behavior on the IBM VMs is really funny. when running the scopes test individually (using partest or ant), it succeeds. even when running all the neg tests with ant it succeeds. but when running the whole test suite, it fails. no review. --- test/files/neg/scopes.scala | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/files/neg/scopes.scala') diff --git a/test/files/neg/scopes.scala b/test/files/neg/scopes.scala index fd31ff5f72..660e826619 100644 --- a/test/files/neg/scopes.scala +++ b/test/files/neg/scopes.scala @@ -1,5 +1,3 @@ -case class test0(x: Int, x: Float) - object test1 { type t = Int type t = Float -- cgit v1.2.3