summaryrefslogtreecommitdiff
path: root/test/disabled/script/t1015.bat
diff options
context:
space:
mode:
Diffstat (limited to 'test/disabled/script/t1015.bat')
-rwxr-xr-xtest/disabled/script/t1015.bat24
1 files changed, 12 insertions, 12 deletions
diff --git a/test/disabled/script/t1015.bat b/test/disabled/script/t1015.bat
index 7475313d7e..4eddc800a8 100755
--- a/test/disabled/script/t1015.bat
+++ b/test/disabled/script/t1015.bat
@@ -1,12 +1,12 @@
-::#!
-:: 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);
-}
+::#!
+:: 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);
+}