Skip to content

Commit 828b2c5

Browse files
Add -Yprintpos in pickling tests
1 parent d0c1887 commit 828b2c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dotc/tests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class tests extends CompilerTest {
2828
else List("-Ycheck:tailrec,resolveSuper,mixin,restoreScopes,labelDef")
2929
}
3030

31-
val testPickling = List("-Xprint-types", "-Ytest-pickler", "-Ystop-after:pickler")
31+
val testPickling = List("-Xprint-types", "-Yprintpos", "-Ytest-pickler", "-Ystop-after:pickler")
3232

3333
val twice = List("#runs", "2")
3434
val staleSymbolError: List[String] = List()

0 commit comments

Comments
 (0)