Tiny change to tighten up alt-pattern-drop.rs test.
This commit is contained in:
parent
5e77e784f0
commit
ecb7fc2038
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ fn main() {
|
|||
|
||||
alt (x) {
|
||||
case (make_t(y)) { log y; } // ref up and ref down
|
||||
case (_) { log "?"; }
|
||||
case (_) { log "?"; fail; }
|
||||
}
|
||||
|
||||
log _str.refcount(s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue