summaryrefslogtreecommitdiff
path: root/test/files/script/t1015.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/files/script/t1015.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/files/script/t1015.bat')
-rwxr-xr-xtest/files/script/t1015.bat12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/files/script/t1015.bat b/test/files/script/t1015.bat
deleted file mode 100755
index 7475313d7e..0000000000
--- a/test/files/script/t1015.bat
+++ /dev/null
@@ -1,12 +0,0 @@
-::#!
-:: t1015 - <description>.
-
-@echo off
-call scala -nocompdaemon %0 %*
-goto :eof
-::!#
-
-case class Test(one : Int, two : Int)
-object Test{
- def apply(one : Int): Test = Test(one, 2);
-}