rust/src/test
Tim Chevalier a8a4d4ec05 Use actual type, not declared type, when zeroing move arguments
trans was failing with a bounds check error because the caller
was using the declared type (an out-of-scope ty param) and not
the actual type in a list of argument types to zero.

Closes #811
2011-08-10 17:22:57 -07:00
..
bench Change the ivec type syntax to [T]. 2011-08-09 11:29:36 -07:00
compile-fail Implement typestate checking for move-mode args. Un-XFAIL compile-fail/move-arg.rs. 2011-08-08 19:41:54 -07:00
compiletest Begin valgrinding run-fail tests 2011-08-10 13:36:57 -07:00
pretty Port the fuzzer and tests to ivec type [T] syntax. 2011-08-09 15:53:26 -07:00
run-fail Use actual type, not declared type, when zeroing move arguments 2011-08-10 17:22:57 -07:00
run-pass Test case for issue #812. 2011-08-10 15:11:32 -07:00
stdtest Port the fuzzer and tests to ivec type [T] syntax. 2011-08-09 15:53:26 -07:00