summaryrefslogtreecommitdiff
path: root/test/files/presentation
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2011-03-07 18:04:01 +0000
committerIulian Dragos <jaguarul@gmail.com>2011-03-07 18:04:01 +0000
commitcb0d585411b0c7336591b4d129b99be2946ba203 (patch)
tree4d60b8ab0e25e5dfcc34495374bfc4ed518e466a /test/files/presentation
parent7e2259fc9412c429ba80fed07d5a3839c8f1e2c1 (diff)
downloadscala-cb0d585411b0c7336591b4d129b99be2946ba203.tar.gz
scala-cb0d585411b0c7336591b4d129b99be2946ba203.tar.bz2
scala-cb0d585411b0c7336591b4d129b99be2946ba203.zip
Made the .opts file in presentation compiler te...
Made the .opts file in presentation compiler tests be 'platform independent'. Paths are given in Unix notation. no review.
Diffstat (limited to 'test/files/presentation')
-rw-r--r--test/files/presentation/simple-tests.opts3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/files/presentation/simple-tests.opts b/test/files/presentation/simple-tests.opts
index 226b40a9f5..8529bbf1a0 100644
--- a/test/files/presentation/simple-tests.opts
+++ b/test/files/presentation/simple-tests.opts
@@ -10,7 +10,8 @@
# the classpath is relative to the current working directory. That means it depends where you're
# running partest from. Run it from the root scala checkout for these files to resolve correctly
-# (by default when running 'ant test', or 'test/partest').
+# (by default when running 'ant test', or 'test/partest'). Paths use Unix separators, the test
+# framework translates them to the platform dependent representation.
-bootclasspath lib/scala-compiler.jar:lib/scala-library.jar:lib/fjbg.jar
# the following line would test using the quick compiler