Un-XFAIL fail-arg
This commit is contained in:
parent
046c25dbc0
commit
b110bbf886
@ -1,11 +1,9 @@
|
||||
// xfail-stage0
|
||||
// xfail-stage1
|
||||
// xfail-stage2
|
||||
// error-pattern:explicit failure
|
||||
// error-pattern:woe
|
||||
fn f(int a) {
|
||||
log a;
|
||||
}
|
||||
|
||||
fn main() {
|
||||
f(fail);
|
||||
f(fail "woe");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user