| Index: mojom/mojom_parser/formatter/formatter_test.go
|
| diff --git a/mojom/mojom_parser/formatter/formatter_test.go b/mojom/mojom_parser/formatter/formatter_test.go
|
| index 3ccd06e365835c373a5f1baa48136aea352d18a6..df8987147da610f4fef77e9eba6034bfdb99b131 100644
|
| --- a/mojom/mojom_parser/formatter/formatter_test.go
|
| +++ b/mojom/mojom_parser/formatter/formatter_test.go
|
| @@ -67,12 +67,9 @@ interface InterfaceFoo { // Interface comment.
|
| method3();
|
| method4() => (Foo bar);
|
| method5(int8 p1 /* p1 comment */, int16 p2); // method comment
|
| - method6(int8 p1, int16 p2)
|
| - => (int8 p1, int16 p2);
|
| - method7(int8 p1,
|
| - int16 p2,
|
| - int16 p3)
|
| - => (int8 p1, int16 p2);
|
| + method6(WayTooLongAndReallyLongFactoryVisitoryFactory field1,
|
| + WayTooLongAndReallyLongFactoryVisitoryFactory field2)
|
| + => (int8 alpha);
|
| };
|
|
|
| // Final Comments.
|
|
|