Skip to content

Commit b231f93

Browse files
committed
Enable runtime tests on recompiled code
1 parent 2318a39 commit b231f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class FromTastyTests extends ParallelTesting {
6666
step1.checkCompile() // Compile all files to generate the class files with tasty
6767
step2.checkRuns() // Compile from tasty and run the result
6868
step3.checkCompile() // Decompile from tasty
69-
step4.checkCompile() // Recompile decompiled code
69+
step4.checkRuns() // Recompile decompiled code
7070
(step1 + step2 + step3 + step4).delete()
7171
}
7272

0 commit comments

Comments
 (0)