From 791253b02998fc97f0b93c5d69f31d3b3e3745ab Mon Sep 17 00:00:00 2001 From: Sarunas Valaskevicius Date: Fri, 25 Sep 2015 16:51:25 +0100 Subject: add pos_companions to the suite --- test/dotc/tests.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala index b8423db38..403a99a19 100644 --- a/test/dotc/tests.scala +++ b/test/dotc/tests.scala @@ -93,6 +93,7 @@ class tests extends CompilerTest { @Test def pos_packageObj = compileFile(posDir, "i0239", twice) @Test def pos_anonClassSubtyping = compileFile(posDir, "anonClassSubtyping", twice) @Test def pos_extmethods = compileFile(posDir, "extmethods", twice) + @Test def pos_companions = compileFile(posDir, "companions", twice) @Test def pos_all = compileFiles(posDir) // twice omitted to make tests run faster -- cgit v1.2.3