1
Fork 0

test: Update tests to use the new syntax.

This commit is contained in:
Patrick Walton 2013-05-20 17:07:24 -07:00
parent c10e0cb9c9
commit 1be40be613
272 changed files with 564 additions and 564 deletions

View file

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
use core::cmp::Eq;
use std::cmp::Eq;
trait MyNum : Eq { }