aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2015-07-02 14:07:57 +0200
committerMartin Odersky <odersky@gmail.com>2015-07-02 14:08:12 +0200
commit257bf52c3d205359896e3c391274091b3fab732e (patch)
treeda78a487648f20ec17f3217ac3d01ea511ceaf31 /test/dotc/tests.scala
parentb0084dafdc4742960696829c358cfbbbcb6e5e45 (diff)
downloaddotty-257bf52c3d205359896e3c391274091b3fab732e.tar.gz
dotty-257bf52c3d205359896e3c391274091b3fab732e.tar.bz2
dotty-257bf52c3d205359896e3c391274091b3fab732e.zip
Check that value classes are static
Diffstat (limited to 'test/dotc/tests.scala')
-rw-r--r--test/dotc/tests.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index 1aa35e3ee..1cdd9f38a 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -133,6 +133,8 @@ class tests extends CompilerTest {
@Test def neg_i0248_inherit_refined = compileFile(negDir, "i0248-inherit-refined", xerrors = 4)
@Test def neg_i0281 = compileFile(negDir, "i0281-null-primitive-conforms", xerrors = 3)
@Test def neg_i583 = compileFile(negDir, "i0583-skolemize", xerrors = 2)
+ @Test def neg_finalSealed = compileFile(negDir, "final-sealed", xerrors = 2)
+ @Test def neg_i705 = compileFile(negDir, "i705-inner-value-class", xerrors = 3)
@Test def neg_moduleSubtyping = compileFile(negDir, "moduleSubtyping", xerrors = 4)
@Test def neg_escapingRefs = compileFile(negDir, "escapingRefs", xerrors = 2)
@Test def neg_instantiateAbstract = compileFile(negDir, "instantiateAbstract", xerrors = 8)