mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-03 01:16:14 +03:00
Comment out the *right* part of the test failing due to issue #2724.
This commit is contained in:
@@ -152,11 +152,11 @@ fn main() {
|
||||
test_bool();
|
||||
test_char();
|
||||
test_box();
|
||||
test_port();
|
||||
// FIXME: test_port causes valgrind errors (#2724)
|
||||
//test_port();
|
||||
test_chan();
|
||||
test_ptr();
|
||||
test_fn();
|
||||
test_native_fn();
|
||||
// FIXME: test_class causes valgrind errors (#2724)
|
||||
//test_class();
|
||||
test_class();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user