summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-03-08 18:28:27 +0000
committerPaul Phillips <paulp@improving.org>2011-03-08 18:28:27 +0000
commitdaf30ee2eb7d0bbd4db8f3573bff78ecc34e4608 (patch)
treedffdee56222c152f2c939dd29f211eeea49154e1
parent6c5b98812b06f0f8a3d4ba78218f1a191d55f389 (diff)
downloadscala-daf30ee2eb7d0bbd4db8f3573bff78ecc34e4608.tar.gz
scala-daf30ee2eb7d0bbd4db8f3573bff78ecc34e4608.tar.bz2
scala-daf30ee2eb7d0bbd4db8f3573bff78ecc34e4608.zip
One last build break and unbreak so I can be fo...
One last build break and unbreak so I can be fondly remembered as that guy who kept breaking the build. No review.
-rw-r--r--test/files/pos/seq-ordering.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/pos/seq-ordering.scala b/test/files/pos/seq-ordering.scala
index bcf1a79004..517d8ae8aa 100644
--- a/test/files/pos/seq-ordering.scala
+++ b/test/files/pos/seq-ordering.scala
@@ -1,3 +1,5 @@
+import Ordering.Implicits._
+
class A {
import Predef.{ implicitly => ? }