Skip to content

Commit a667aa0

Browse files
committed
Add -YemitTasty pos test
1 parent 41f6215 commit a667aa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/test/dotty/tools/dotc/CompilationTests.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ class CompilationTests extends ParallelTesting {
9696
compileFilesInDir("../tests/pos-scala2", scala2Mode) +
9797
compileFilesInDir("../tests/pos", defaultOptions) +
9898
compileFilesInDir("../tests/pos-deep-subtype", allowDeepSubtypes) +
99+
compileDir("../tests/pos/i1137-1", defaultOptions and "-YemitTasty") +
99100
compileFile(
100101
// succeeds despite -Xfatal-warnings because of -nowarn
101102
"../tests/neg/customArgs/xfatalWarnings.scala",

0 commit comments

Comments
 (0)