Update pretty test for auto trait syntax.

This commit is contained in:
leonardo.yvens 2017-11-02 16:33:09 -02:00
parent 3241f4583b
commit ca26f01dd1

View File

@ -12,8 +12,6 @@
// pp-exact
trait MyTrait { }
impl MyTrait for .. { }
auto trait MyTrait { }
pub fn main() { }