Chromium Code Reviews| Index: tests/compiler/dart2js_extra/18383_test.dart | 
| diff --git a/tests/compiler/dart2js_extra/18383_test.dart b/tests/compiler/dart2js_extra/18383_test.dart | 
| index 16591295fc1c625072ab9de59ff0898b7605fecc..e15526bfd3c4f0449c06889121d32fd4619d76ed 100644 | 
| --- a/tests/compiler/dart2js_extra/18383_test.dart | 
| +++ b/tests/compiler/dart2js_extra/18383_test.dart | 
| @@ -22,4 +22,3 @@ main() { | 
| var m = f(); | 
| Expect.equals(m(66).foo(), "G(66).foo"); | 
| } | 
| - |