We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2318a39 commit b231f93Copy full SHA for b231f93
compiler/test/dotty/tools/dotc/FromTastyTests.scala
@@ -66,7 +66,7 @@ class FromTastyTests extends ParallelTesting {
66
step1.checkCompile() // Compile all files to generate the class files with tasty
67
step2.checkRuns() // Compile from tasty and run the result
68
step3.checkCompile() // Decompile from tasty
69
- step4.checkCompile() // Recompile decompiled code
+ step4.checkRuns() // Recompile decompiled code
70
(step1 + step2 + step3 + step4).delete()
71
}
72
0 commit comments