From 3d7c75089eae06b3d439ff1acd8bba5a189463da Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Fri, 2 Dec 2011 22:17:04 -0800 Subject: Fixing wrong-testing test. --- test/files/pos/t5084.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files') diff --git a/test/files/pos/t5084.scala b/test/files/pos/t5084.scala index 58e18214de..17d0a68adf 100644 --- a/test/files/pos/t5084.scala +++ b/test/files/pos/t5084.scala @@ -1,5 +1,5 @@ case class Search(tpe: Search.Value) object Search { - object Value + type Value = String } -- cgit v1.2.3