From 04c5e2c92a4d9bdfd930c668c5161d5f7eab92cc Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Fri, 7 Apr 2017 15:22:45 +0200 Subject: t5717: test message, not just absence of compiler crash --- test/files/run/t5717.check | 1 + test/files/run/t5717.scala | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 test/files/run/t5717.check diff --git a/test/files/run/t5717.check b/test/files/run/t5717.check new file mode 100644 index 0000000000..5001b57ffc --- /dev/null +++ b/test/files/run/t5717.check @@ -0,0 +1 @@ +error: error writing a/B: t5717-run.obj/a/B.class: t5717-run.obj/a is not a directory diff --git a/test/files/run/t5717.scala b/test/files/run/t5717.scala index a0997f5a49..1434f40a6a 100644 --- a/test/files/run/t5717.scala +++ b/test/files/run/t5717.scala @@ -1,7 +1,7 @@ import scala.tools.partest._ import java.io.File -object Test extends StoreReporterDirectTest { +object Test extends DirectTest { def code = ??? def compileCode(code: String) = { -- cgit v1.2.3