summaryrefslogtreecommitdiff
path: root/test/files/run/typetags_without_scala_reflect_manifest_lookup.scala
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-09-26 21:18:03 +0200
committerEugene Burmako <xeno.by@gmail.com>2012-09-26 21:18:27 +0200
commit6d633716ab45a29147574b119b195049cf8278d6 (patch)
tree5a442083dd04376794c30abb7c79b2423ee611e3 /test/files/run/typetags_without_scala_reflect_manifest_lookup.scala
parentcf08f25d598a1d44ed4440b1cc1097a5869aefdd (diff)
downloadscala-6d633716ab45a29147574b119b195049cf8278d6.tar.gz
scala-6d633716ab45a29147574b119b195049cf8278d6.tar.bz2
scala-6d633716ab45a29147574b119b195049cf8278d6.zip
hardens DirectTest against missing -d settings
And also explicitly specifies -d in a test where I forgot to do that. Double checking never hurts.
Diffstat (limited to 'test/files/run/typetags_without_scala_reflect_manifest_lookup.scala')
-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 {