From cb0d585411b0c7336591b4d129b99be2946ba203 Mon Sep 17 00:00:00 2001 From: Iulian Dragos Date: Mon, 7 Mar 2011 18:04:01 +0000 Subject: 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. --- test/files/presentation/simple-tests.opts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/files/presentation/simple-tests.opts') 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 -- cgit v1.2.3