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) {
case (make_t(y)) { log y; } // ref up and ref down
case (_) { log "?"; }
case (_) { log "?"; fail; }
}
log _str.refcount(s);