File tree 2 files changed +3
-3
lines changed
compiler/test/dotty/tools
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ class CompilationTests extends ParallelTesting {
195
195
// Generic java signatures tests ---------------------------------------------
196
196
197
197
@ Test def genericJavaSignatures : Unit = {
198
- compileFilesInDir(" ../tests/generic-java-signatures" , checkGenericJavaSignaturesOptions )
198
+ compileFilesInDir(" ../tests/generic-java-signatures" , defaultOptions )
199
199
}.checkRuns()
200
200
201
201
// Pickling Tests ------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ object TestConfiguration {
12
12
val checkOptions = Array (
13
13
" -Yno-deep-subtypes" ,
14
14
" -Yno-double-bindings" ,
15
- " -Yforce-sbt-phases"
15
+ " -Yforce-sbt-phases" ,
16
+ " -Xverify-signatures"
16
17
)
17
18
18
19
val classPath = mkClassPath(Jars .dottyTestDeps)
@@ -58,5 +59,4 @@ object TestConfiguration {
58
59
val scala2Mode = defaultOptions and " -language:Scala2"
59
60
val explicitUTF8 = defaultOptions and (" -encoding" , " UTF8" )
60
61
val explicitUTF16 = defaultOptions and (" -encoding" , " UTF16" )
61
- val checkGenericJavaSignaturesOptions = defaultOptions and " -Xverify-signatures"
62
62
}
You can’t perform that action at this time.
0 commit comments