summaryrefslogtreecommitdiff
path: root/src/compiler
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2011-11-06 17:38:45 +0000
committerIulian Dragos <jaguarul@gmail.com>2011-11-06 17:38:45 +0000
commitaffa7911f70172cc4cdda227f8e49570f8b9a026 (patch)
tree8a4cca724070d47706f19f678868444e99d0a011 /src/compiler
parent152be020c41b6ea54323ff3055e1b3adc7fbd1b2 (diff)
downloadscala-affa7911f70172cc4cdda227f8e49570f8b9a026.tar.gz
scala-affa7911f70172cc4cdda227f8e49570f8b9a026.tar.bz2
scala-affa7911f70172cc4cdda227f8e49570f8b9a026.zip
Changed presentation tests to use .flags instea...
Changed presentation tests to use .flags instead of .opts for passing options to the presentation compiler.
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/scala/tools/nsc/interactive/tests/InteractiveTestSettings.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/interactive/tests/InteractiveTestSettings.scala b/src/compiler/scala/tools/nsc/interactive/tests/InteractiveTestSettings.scala
index ec2ae3a11b..36671555d1 100644
--- a/src/compiler/scala/tools/nsc/interactive/tests/InteractiveTestSettings.scala
+++ b/src/compiler/scala/tools/nsc/interactive/tests/InteractiveTestSettings.scala
@@ -15,7 +15,7 @@ trait InteractiveTestSettings extends TestSettings with PresentationCompilerInst
/** Character delimiter for comments in .opts file */
private final val CommentStartDelimiter = "#"
- private final val TestOptionsFileExtension = "opts"
+ private final val TestOptionsFileExtension = "flags"
/** Prepare the settings object. Load the .opts file and adjust all paths from the
* Unix-like syntax to the platform specific syntax. This is necessary so that a