aboutsummaryrefslogtreecommitdiff
path: root/libraries/eval/test/resources
diff options
context:
space:
mode:
authorGeorge Leontiev <folone@gmail.com>2014-07-01 21:40:50 +0000
committerChristopher Vogt <oss.nsp@cvogt.org>2016-11-07 02:08:39 -0500
commit28a6f3c76ff38437daacc5c5ae4f5136c143637d (patch)
tree08a5a33398b9ff4d0fe444524420f5090d3f7c32 /libraries/eval/test/resources
parent2fb5170362493cce98b1818a7ce847abb879bcd1 (diff)
downloadcbt-28a6f3c76ff38437daacc5c5ae4f5136c143637d.tar.gz
cbt-28a6f3c76ff38437daacc5c5ae4f5136c143637d.tar.bz2
cbt-28a6f3c76ff38437daacc5c5ae4f5136c143637d.zip
[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
Diffstat (limited to 'libraries/eval/test/resources')
-rw-r--r--libraries/eval/test/resources/OnePlusOne.scala2
1 files changed, 1 insertions, 1 deletions
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