summaryrefslogtreecommitdiff
path: root/test/pending/shootout/heapsort.scala.runner
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/shootout/heapsort.scala.runner')
-rw-r--r--test/pending/shootout/heapsort.scala.runner3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/pending/shootout/heapsort.scala.runner b/test/pending/shootout/heapsort.scala.runner
new file mode 100644
index 0000000000..07e4ec7fbd
--- /dev/null
+++ b/test/pending/shootout/heapsort.scala.runner
@@ -0,0 +1,3 @@
+object Test extends Application {
+ for(n <- List(20000,40000,60000,80000,100000)) heapsort.main(Array(n.toString))
+}