test: Fix fallout in tests

This commit is contained in:
Alex Crichton
2015-04-17 22:12:20 -07:00
parent eeb94886ad
commit 0791f9f406
112 changed files with 205 additions and 466 deletions

View File

@@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
trait TraitNotAStruct : ::std::marker::MarkerTrait { }
trait TraitNotAStruct {}
fn main() {
TraitNotAStruct{ value: 0 };