From 41b3641aa89fa6121f6b89807d5a030b6f382d0c Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Thu, 23 Mar 2017 14:09:48 +0100 Subject: Add testing of new test framework --- tests/partest-test/negNoPositionAnnots.scala | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/partest-test/negNoPositionAnnots.scala (limited to 'tests/partest-test/negNoPositionAnnots.scala') diff --git a/tests/partest-test/negNoPositionAnnots.scala b/tests/partest-test/negNoPositionAnnots.scala new file mode 100644 index 000000000..7f3ce7e34 --- /dev/null +++ b/tests/partest-test/negNoPositionAnnots.scala @@ -0,0 +1,5 @@ +object Foo { + def bar: Int = "LOL" + + // nopos-error +} -- cgit v1.2.3