Skip to content

Commit

Permalink
use unsafeNulls in PropertiesTest
Browse files Browse the repository at this point in the history
  • Loading branch information
jtjeferreira committed Dec 20, 2024
1 parent ec62e90 commit 534c649
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/test/dotty/tools/dotc/config/PropertiesTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package dotty.tools.dotc.config
import org.junit.Before
import org.junit.Test
import org.junit.Assert._
import scala.language.unsafeNulls

class PropertiesTest {
final val TestProperty = "dotty.tools.dotc.config.PropertiesTest.__test_property__"
Expand Down

0 comments on commit 534c649

Please sign in to comment.