diff options
Diffstat (limited to 'src/test/run-pass/class-poly-methods.rs')
| -rw-r--r-- | src/test/run-pass/class-poly-methods.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/class-poly-methods.rs b/src/test/run-pass/class-poly-methods.rs index adcab8b40aa..9774d8d1488 100644 --- a/src/test/run-pass/class-poly-methods.rs +++ b/src/test/run-pass/class-poly-methods.rs @@ -22,7 +22,7 @@ pub impl<U> cat<U> { fn meow_count(&mut self) -> uint { self.meows } } -fn cat<U>(in_x : uint, in_y : int, +in_info: ~[U]) -> cat<U> { +fn cat<U>(in_x : uint, in_y : int, in_info: ~[U]) -> cat<U> { cat { meows: in_x, how_hungry: in_y, |
