We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e657fcd commit 73ae100Copy full SHA for 73ae100
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 4df2654f828b1346dab75166ddca7222666b5939
+refs/heads/master: fb018fa50b2eb21522a15609b5bf6294d5c8c047
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
trunk/src/test/run-pass/binops.rs
@@ -157,5 +157,6 @@ fn main() {
157
test_ptr();
158
test_fn();
159
test_native_fn();
160
- test_class();
+ // FIXME: test_class causes valgrind errors (#2724)
161
+ //test_class();
162
}
0 commit comments