Skip to content

Commit eed7813

Browse files
committed
Cleanup compiletime.testing
1 parent 4d8dc20 commit eed7813

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

compiler/src/dotty/tools/dotc/core/tasty/TastyFormat.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ Standard Section: "Comments" Comment*
252252
object TastyFormat {
253253

254254
final val header: Array[Int] = Array(0x5C, 0xA1, 0xAB, 0x1F)
255-
val MajorVersion: Int = 17
255+
val MajorVersion: Int = 18
256256
val MinorVersion: Int = 0
257257

258258
/** Tags used to serialize names */

library/src-non-bootstrapped/scala/compiletime/testing/typeChecks.scala

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)