Remove dead code that used to support the legacy reftest framework.

This commit is contained in:
Ms2ger 2016-03-29 11:28:45 +02:00
parent aac2da75f4
commit a5ccebff5a
3 changed files with 0 additions and 48 deletions

View file

@ -48,11 +48,6 @@ path = "../../tests/compiletest/helper"
[dev-dependencies.plugin_compiletest]
path = "../../tests/compiletest/plugin"
[[test]]
name = "reftest"
path = "../../tests/reftest.rs"
harness = false
[dependencies.webrender_traits]
git = "https://github.com/servo/webrender_traits"