1
Fork 0

test: "tag" -> "enum" in run-pass and run-fail

This commit is contained in:
Patrick Walton 2012-01-19 16:10:31 -08:00
parent 1461cfe416
commit 3333fef1af
76 changed files with 84 additions and 84 deletions

View file

@ -1,5 +1,5 @@
tag t { foo(@int); }
enum t { foo(@int); }
fn main() { let tt = foo(@10); alt tt { foo(z) { } } }