rust/src/test
Brian Anderson 2f7bc90514 Add a stdtest crate to hold the standard library tests
This will link to std and compile with the --test flag. Eventually the
run-pass/lib* tests will move here.

We could also put the std tests directly into the library and compile both a
library version and a test version, but I think this way will make for faster
builds.

Issue #428
2011-07-06 14:39:40 -07:00
..
bench
compile-fail Swap the expected/actual for typechecking fields of updated records 2011-07-06 14:04:52 -07:00
run-fail
run-pass
stdtest Add a stdtest crate to hold the standard library tests 2011-07-06 14:39:40 -07:00