summaryrefslogtreecommitdiff
path: root/test/disabled/script/t1017.bat
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-03-29 20:22:22 +0000
committerPaul Phillips <paulp@improving.org>2011-03-29 20:22:22 +0000
commit88fbb71848b56ae5cb2b8ad7833cde21ce3937d9 (patch)
treec550433c5657b1477704d90fb4836775c798dbed /test/disabled/script/t1017.bat
parent1caac54694602ad5ae48c3cbb8394b7263b132e4 (diff)
downloadscala-88fbb71848b56ae5cb2b8ad7833cde21ce3937d9.tar.gz
scala-88fbb71848b56ae5cb2b8ad7833cde21ce3937d9.tar.bz2
scala-88fbb71848b56ae5cb2b8ad7833cde21ce3937d9.zip
Disabled all the script tests.
breaking the distribution build. No review.
Diffstat (limited to 'test/disabled/script/t1017.bat')
-rwxr-xr-xtest/disabled/script/t1017.bat15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/disabled/script/t1017.bat b/test/disabled/script/t1017.bat
new file mode 100755
index 0000000000..369dbd2aca
--- /dev/null
+++ b/test/disabled/script/t1017.bat
@@ -0,0 +1,15 @@
+::#!
+::# t1017 - <description>.
+
+@echo off
+call scala -nocompdaemon %0 %*
+goto :eof
+::!#
+
+def foo = {
+ bar
+}
+
+var x = 1
+
+def bar = 1