summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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