Disable lib-ivec's test_unsafe_ptrs. Not working here

This commit is contained in:
Brian Anderson 2011-06-16 17:33:09 -07:00
parent 6f4326c54d
commit a68a5c9b5e

View file

@ -36,6 +36,6 @@ fn test_unsafe_ptrs() {
fn main() {
test_reserve_and_on_heap();
test_unsafe_ptrs();
//test_unsafe_ptrs();
}