summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-09-26 22:54:01 -0700
committerPaul Phillips <paulp@improving.org>2012-09-26 22:54:01 -0700
commit1d072fcb41aa1b0c0f09e9a4b16e56628a91465b (patch)
tree6ba08fc859b665558e577ddbfe43116bbb5cd109 /test/files
parent7fd83bbd6e5e39dccc545ac574629b53da1479f6 (diff)
parent6d633716ab45a29147574b119b195049cf8278d6 (diff)
downloadscala-1d072fcb41aa1b0c0f09e9a4b16e56628a91465b.tar.gz
scala-1d072fcb41aa1b0c0f09e9a4b16e56628a91465b.tar.bz2
scala-1d072fcb41aa1b0c0f09e9a4b16e56628a91465b.zip
Merge pull request #1408 from scalamacros/topic/direct-test
hardens DirectTest against missing -d settings
Diffstat (limited to 'test/files')
-rw-r--r--test/files/run/typetags_without_scala_reflect_manifest_lookup.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/typetags_without_scala_reflect_manifest_lookup.scala b/test/files/run/typetags_without_scala_reflect_manifest_lookup.scala
index 37047e7884..6fd3d2dc2b 100644
--- a/test/files/run/typetags_without_scala_reflect_manifest_lookup.scala
+++ b/test/files/run/typetags_without_scala_reflect_manifest_lookup.scala
@@ -2,7 +2,7 @@ import scala.tools.partest._
import scala.tools.nsc.Settings
object Test extends DirectTest {
- override def extraSettings = "-cp " + sys.props("partest.lib")
+ override def extraSettings = "-cp " + sys.props("partest.lib") + " -d \"" + testOutput.path + "\""
def code = """
object Test extends App {