Skip to content

Commit fffc6d9

Browse files
committed
---
yaml --- r: 3073 b: refs/heads/master c: 206429e h: refs/heads/master i: 3071: fa4a634 v: v3
1 parent 72d1dce commit fffc6d9

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: df27699a57e056bfd3641c20a938805f55688dc7
2+
refs/heads/master: 206429e075d94f101cf566638f00cce54d0c8731

trunk/src/test/run-fail/alt-bot-fail.rs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// xfail-stage0
2-
// xfail-stage1
3-
// xfail-stage2
4-
// xfail-stage3
1+
// error-pattern:explicit failure
52
use std;
63
import std::option::*;
74

@@ -18,4 +15,4 @@ fn main() {
1815
}
1916
};
2017
foo(i);
21-
}
18+
}

trunk/src/test/run-fail/expr-fn-fail.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-stage0
21
// error-pattern:explicit failure
32

43
fn f() -> ! { fail }

0 commit comments

Comments
 (0)