Chromium Code Reviews| Index: runtime/vm/object_test.cc |
| =================================================================== |
| --- runtime/vm/object_test.cc (revision 11629) |
| +++ runtime/vm/object_test.cc (working copy) |
| @@ -114,7 +114,7 @@ |
| TEST_CASE(TypeArguments) { |
| - const Type& type1 = Type::Handle(Type::DoubleInterface()); |
| + const Type& type1 = Type::Handle(Type::Double()); |
| const Type& type2 = Type::Handle(Type::StringInterface()); |
| const TypeArguments& type_arguments1 = TypeArguments::Handle( |
| TypeArguments::New(2)); |