1
Fork 0

Tiny change to tighten up alt-pattern-drop.rs test.

This commit is contained in:
Roy Frostig 2010-08-27 13:29:48 -07:00
parent 5e77e784f0
commit ecb7fc2038

View file

@ -11,7 +11,7 @@ fn main() {
alt (x) { alt (x) {
case (make_t(y)) { log y; } // ref up and ref down case (make_t(y)) { log y; } // ref up and ref down
case (_) { log "?"; } case (_) { log "?"; fail; }
} }
log _str.refcount(s); log _str.refcount(s);