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 e4f1df7 commit 34da576Copy full SHA for 34da576
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 046c25dbc0c11dcc467c4ff22b8bfbd853976b5b
+refs/heads/master: b110bbf886fd2d9d99c6e66b084ebd2430c57fe3
trunk/src/test/run-fail/fail-arg.rs
@@ -1,11 +1,9 @@
// xfail-stage0
-// xfail-stage1
3
-// xfail-stage2
4
-// error-pattern:explicit failure
+// error-pattern:woe
5
fn f(int a) {
6
log a;
7
}
8
9
fn main() {
10
- f(fail);
+ f(fail "woe");
11
0 commit comments