We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b770b03 commit 86ef5ddCopy full SHA for 86ef5dd
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 1a20f8e7cc00299064e3e04719ec17176c2b85e8
+refs/heads/master: 716dc29ffc20165a43a6cdec2d530459f5368b56
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
trunk/src/libcore/io.rs
@@ -752,7 +752,7 @@ mod tests {
752
fn file_writer_bad_name() {
753
alt io::file_writer("?/?", []) {
754
result::err(e) {
755
- assert e == "error opening ?/?: No such file or directory";
+ assert str::starts_with(e, "error opening ?/?");
756
}
757
result::ok(_) { fail; }
758
0 commit comments