Skip to content

Commit 1c5e2ca

Browse files
committed
Comment out the *right* part of the test failing due to issue #2724.
1 parent fb018fa commit 1c5e2ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/run-pass/binops.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,11 @@ fn main() {
152152
test_bool();
153153
test_char();
154154
test_box();
155-
test_port();
155+
// FIXME: test_port causes valgrind errors (#2724)
156+
//test_port();
156157
test_chan();
157158
test_ptr();
158159
test_fn();
159160
test_native_fn();
160-
// FIXME: test_class causes valgrind errors (#2724)
161-
//test_class();
161+
test_class();
162162
}

0 commit comments

Comments
 (0)