Chromium Code Reviews| Index: test/kernel/regression/issue_000046.dart |
| diff --git a/test/kernel/regression/issue_000032.dart b/test/kernel/regression/issue_000046.dart |
| similarity index 90% |
| copy from test/kernel/regression/issue_000032.dart |
| copy to test/kernel/regression/issue_000046.dart |
| index 21222e2f1945ca7b0341ba194d58dffa77566694..fe8fc70251789214d1b4e5a66b807942e0d044cb 100644 |
| --- a/test/kernel/regression/issue_000032.dart |
| +++ b/test/kernel/regression/issue_000046.dart |
| @@ -3,9 +3,5 @@ |
| // BSD-style license that can be found in the LICENSE.md file. |
| class C { |
| - C< |
| -} |
| - |
| -main() { |
| - C< |
| + C c = new Object)(); |
| } |