File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: fb018fa50b2eb21522a15609b5bf6294d5c8c047
2
+ refs/heads/master: 1c5e2cacefdf6cf5b2dc448fee9d3f68629ccc90
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
Original file line number Diff line number Diff line change @@ -152,11 +152,11 @@ fn main() {
152
152
test_bool ( ) ;
153
153
test_char ( ) ;
154
154
test_box ( ) ;
155
- test_port ( ) ;
155
+ // FIXME: test_port causes valgrind errors (#2724)
156
+ //test_port();
156
157
test_chan ( ) ;
157
158
test_ptr ( ) ;
158
159
test_fn ( ) ;
159
160
test_native_fn ( ) ;
160
- // FIXME: test_class causes valgrind errors (#2724)
161
- //test_class();
161
+ test_class ( ) ;
162
162
}
You can’t perform that action at this time.
0 commit comments