Commit d096cd8
committed
Fix tests with Rust 1.55
Per rust-lang/rust#85746, Rust 1.55 has stopped
returning io::ErrorKind::Other from within the standard library and
instead returns better, more-specific error codes. This broke a test of
ours that matched on `Other`.
Address this by relaxing the test and only checking for an error, not
the specific error type. Fixing this properly seems quite hard at this
point per the added TODO.1 parent d5699dd commit d096cd8
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
255 | 259 | | |
256 | 260 | | |
257 | 261 | | |
| |||
0 commit comments