]> git.lizzy.rs Git - rust.git/commit
Added testcases for `match` keyword
authorDmitry Ermolov <epdmitry@yandex.ru>
Tue, 6 Aug 2013 18:37:27 +0000 (22:37 +0400)
committerDmitry Ermolov <epdmitry@yandex.ru>
Tue, 6 Aug 2013 20:03:47 +0000 (00:03 +0400)
commit1710125f673fe8ca2f1ab76074ca26d6f6acd720
tree3842a39ed2232941ad618cf5bb3e7379846f1b33
parent1fa0a8c9db515b96cc85dc23f459539561a955de
Added testcases for `match` keyword

Added testcases for `match` keyword including test for issue #5625.
src/test/run-pass/match-enum-struct-0.rs [new file with mode: 0644]
src/test/run-pass/match-enum-struct-1.rs [new file with mode: 0644]
src/test/run-pass/match-struct-0.rs [new file with mode: 0644]