aboutsummaryrefslogtreecommitdiff
path: root/tests/partest-test/posFail1Error.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/partest-test/posFail1Error.scala')
-rw-r--r--tests/partest-test/posFail1Error.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/partest-test/posFail1Error.scala b/tests/partest-test/posFail1Error.scala
new file mode 100644
index 000000000..c8b565498
--- /dev/null
+++ b/tests/partest-test/posFail1Error.scala
@@ -0,0 +1,3 @@
+object Test extends Bar {
+ def main(args: Array[String]): Unit = ()
+}