Auto merge of #7729 - Ms2ger:reftest-gates, r=jdm

Remove the now-stable append and result_expect feature gates from reftest.



<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7729)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-09-24 12:33:46 -06:00
commit d811f2d1ba

2
tests/reftest.rs vendored
View file

@ -7,10 +7,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#![feature(append)]
#![feature(fs_walk)]
#![feature(path_ext)]
#![feature(result_expect)]
#![feature(slice_patterns)]
#![feature(test)]