Chromium Code Reviews| Index: compiler/javatests/com/google/dart/compiler/end2end/inc/some.dart |
| diff --git a/compiler/javatests/com/google/dart/compiler/end2end/inc/some.dart b/compiler/javatests/com/google/dart/compiler/end2end/inc/some.dart |
| index 7ca61370e354d430f3bc5fe08d71907b477cfd3e..aa8f3f274fb3dea178b80402bc75523eaf46ec59 100644 |
| --- a/compiler/javatests/com/google/dart/compiler/end2end/inc/some.dart |
| +++ b/compiler/javatests/com/google/dart/compiler/end2end/inc/some.dart |
| @@ -3,7 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| interface SomeClass factory SomeClassImpl { |
| - SomeClass(); |
| + SomeClass(arg); |
| get message(); |
| } |