summaryrefslogtreecommitdiff
path: root/test/files/run/serialize-stream.check
diff options
context:
space:
mode:
authorAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2011-07-11 15:17:34 +0000
committerAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2011-07-11 15:17:34 +0000
commit8110e02ec28c2a5e79a6740869700e7f059f41fa (patch)
treecf61a1ea7551bb7af2f6a8a75d5b1ecf1132c13c /test/files/run/serialize-stream.check
parent74db0a59ad28f49bcf98ef839359697b680289cf (diff)
downloadscala-8110e02ec28c2a5e79a6740869700e7f059f41fa.tar.gz
scala-8110e02ec28c2a5e79a6740869700e7f059f41fa.tar.bz2
scala-8110e02ec28c2a5e79a6740869700e7f059f41fa.zip
Making empty streams serializable.
No review.
Diffstat (limited to 'test/files/run/serialize-stream.check')
-rw-r--r--test/files/run/serialize-stream.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/run/serialize-stream.check b/test/files/run/serialize-stream.check
new file mode 100644
index 0000000000..e2a9f57aa7
--- /dev/null
+++ b/test/files/run/serialize-stream.check
@@ -0,0 +1,6 @@
+Stream(1, ?)
+List(1, 2, 3)
+Stream(1, ?)
+List(1)
+Stream()
+List()