File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
compiler/src/dotty/tools/dotc/transform
dotty-scala-library-from-tasty-tests/test Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ class ExpandPrivate extends MiniPhase with IdentityDenotTransformer { thisPhase
78
78
j -= 1
79
79
}
80
80
(i < 0 || p1(i) == separatorChar) &&
81
- (j < 0 || p1 (j) == separatorChar)
81
+ (j < 0 || p2 (j) == separatorChar)
82
82
}
83
83
84
84
assert(d.symbol.source.exists &&
Original file line number Diff line number Diff line change @@ -225,10 +225,6 @@ object TastyInspectorTest:
225
225
" scala.util.DynamicVariable" , // fails on CI only
226
226
" scala.util.Using" , // fails on CI only
227
227
228
- // java.lang.StringIndexOutOfBoundsException: String index out of range: 153
229
- " scala.collection.Iterator" ,
230
- " scala.Enumeration" ,
231
- " scala.sys.process.ProcessImpl" ,
232
228
)
233
229
234
230
/** Set of classes that cannot be loaded from TASTy */
You can’t perform that action at this time.
0 commit comments