Skip to content

Commit 9a02426

Browse files
committed
---
yaml --- r: 5283 b: refs/heads/master c: ad2bdbe h: refs/heads/master i: 5281: 89473ca 5279: 2dd3691 v: v3
1 parent 0a9f54c commit 9a02426

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
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: ca0d3cae5c7f02a744e0c56a258c0f1766142c25
2+
refs/heads/master: ad2bdbee088ed2b892903c6a7519c92aa2f2068d
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// error-pattern:fail
2+
// xfail-test
3+
4+
resource r(i: int) {
5+
// Double-fail!!
6+
fail;
7+
}
8+
9+
fn main() {
10+
@0;
11+
let r <- r(0);
12+
fail;
13+
}

0 commit comments

Comments
 (0)