From 4b616e2ff3b7484d5d59244463ec1e3844db0c11 Mon Sep 17 00:00:00 2001 From: Aleksandar Pokopec Date: Mon, 11 Jul 2011 15:17:36 +0000 Subject: Fixes #4723. Review by extempore. --- test/files/run/t4723.scala | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/files/run/t4723.scala (limited to 'test/files/run/t4723.scala') diff --git a/test/files/run/t4723.scala b/test/files/run/t4723.scala new file mode 100644 index 0000000000..4278ff9aaf --- /dev/null +++ b/test/files/run/t4723.scala @@ -0,0 +1,9 @@ + + + +object Test { + def main(args: Array[String]) { + assert(Nil == collection.parallel.ParSeq()) + assert(collection.parallel.ParSeq() == Nil) + } +} -- cgit v1.2.3