Skip to content

Commit 4e3d46e

Browse files
committed
---
yaml --- r: 618 b: refs/heads/master c: ecb7fc2 h: refs/heads/master v: v3
1 parent 488831e commit 4e3d46e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 5e77e784f006e36c06252d9beccbd7893eddac73
2+
refs/heads/master: ecb7fc20380e7b28809c04b8435d89ecce504358

trunk/src/test/run-pass/alt-pattern-drop.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fn main() {
1111

1212
alt (x) {
1313
case (make_t(y)) { log y; } // ref up and ref down
14-
case (_) { log "?"; }
14+
case (_) { log "?"; fail; }
1515
}
1616

1717
log _str.refcount(s);

0 commit comments

Comments
 (0)