Skip to content

Commit b110bbf

Browse files
committed
Un-XFAIL fail-arg
1 parent 046c25d commit b110bbf

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/test/run-fail/fail-arg.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
// xfail-stage0
2-
// xfail-stage1
3-
// xfail-stage2
4-
// error-pattern:explicit failure
2+
// error-pattern:woe
53
fn f(int a) {
64
log a;
75
}
86

97
fn main() {
10-
f(fail);
8+
f(fail "woe");
119
}

0 commit comments

Comments
 (0)