From 28a6f3c76ff38437daacc5c5ae4f5136c143637d Mon Sep 17 00:00:00 2001 From: George Leontiev Date: Tue, 1 Jul 2014 21:40:50 +0000 Subject: [split] util-* Convert all tests in util to scalatest Problem specs is deprecated and throws a fair number of NullPointerExceptions in scala 2.10 Also all of our tests are disabled in scala 2.10 for sbt Solution Port all our tests to scalatest This is based off of this PR: https://github.com/twitter/util/pull/97 Result Tests pass RB_ID=397681 --- libraries/eval/test/resources/OnePlusOne.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libraries/eval/test/resources') diff --git a/libraries/eval/test/resources/OnePlusOne.scala b/libraries/eval/test/resources/OnePlusOne.scala index 1a5a117..8d2f097 100644 --- a/libraries/eval/test/resources/OnePlusOne.scala +++ b/libraries/eval/test/resources/OnePlusOne.scala @@ -1 +1 @@ -1 + 1 \ No newline at end of file +1 + 1 -- cgit v1.2.3