Chromium Code Reviews| Index: tests/compiler/dart2js/type_combination_test.dart |
| diff --git a/tests/compiler/dart2js/type_combination_test.dart b/tests/compiler/dart2js/type_combination_test.dart |
| index 1afd32b2a885b19c3fed71711ee6eaf565dc48db..2ecb02b0554f8ac4e6b5756262fab1e83ffed4b0 100644 |
| --- a/tests/compiler/dart2js/type_combination_test.dart |
| +++ b/tests/compiler/dart2js/type_combination_test.dart |
| @@ -4,7 +4,7 @@ |
| #source("../../../lib/compiler/implementation/ssa/types.dart"); |
| -class Type { |
| +class DartType { |
| const Type(this.str); |
|
kasperl
2012/08/30 14:11:27
You need to update the constructor name too. Is th
|
| final String str; |
| } |