Fix the empty-impl tests

Use an existing type so that it compiles.
This commit is contained in:
Jakub 2013-09-11 23:58:30 +00:00
parent 7173b9d1b8
commit de799722dc
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
trait X { }
impl X for T;
impl X for uint;
trait Y { }
impl Y for T;
impl Y for uint;

View File

@ -1,5 +1,5 @@
trait X { }
impl X for T;
impl X for uint;
trait Y { }
impl Y for T;
impl Y for uint;