Skip to content

Commit c9c1932

Browse files
committed
Move tests/tasty/* to tests/pickling/*
These two directories were tested using the same flags, but tests/tasty compiled all of its files at once which is usually not what is intended.
1 parent e28d8ee commit c9c1932

File tree

3 files changed

+0
-1
lines changed

3 files changed

+0
-1
lines changed

compiler/test/dotc/tests.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,6 @@ class tests extends CompilerTest {
355355

356356
@Test def tasty_dotc_util = compileDir(dotcDir, "util", testPickling)
357357
@Test def tasty_tools_io = compileDir(toolsDir, "io", testPickling)
358-
@Test def tasty_tests = compileDir(testsDir, "tasty", testPickling)
359358

360359
@Test def tasty_bootstrap = {
361360
val logging = if (false) List("-Ylog-classpath", "-verbose") else Nil
File renamed without changes.

0 commit comments

Comments
 (0)