summaryrefslogtreecommitdiff
path: root/scratch
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-05-22 23:01:25 -0700
committerLi Haoyi <haoyi.sg@gmail.com>2018-05-22 23:01:25 -0700
commit22e19245e05a43b645c8a65cc9b1266df3a85579 (patch)
tree74eb95004f245abc5dce9676bb821814070cd652 /scratch
parentc04bfa1c0ee5a51ef5f63ade8e63d1f55f53fa3e (diff)
downloadmill-22e19245e05a43b645c8a65cc9b1266df3a85579.tar.gz
mill-22e19245e05a43b645c8a65cc9b1266df3a85579.tar.bz2
mill-22e19245e05a43b645c8a65cc9b1266df3a85579.zip
fixtests
Diffstat (limited to 'scratch')
-rw-r--r--scratch/build.sc3
1 files changed, 2 insertions, 1 deletions
diff --git a/scratch/build.sc b/scratch/build.sc
index ae763e4d..9842039e 100644
--- a/scratch/build.sc
+++ b/scratch/build.sc
@@ -1,3 +1,4 @@
def thingy = T {
- 12345678
+ val blob = (('0' to '9') ++ ('a' to 'z') ++ ('A' to 'Z')).mkString
+ while(true) print(blob)
} \ No newline at end of file