Tiny change to tighten up alt-pattern-drop.rs test.
This commit is contained in:
parent
5e77e784f0
commit
ecb7fc2038
@ -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…
x
Reference in New Issue
Block a user