| Index: runtime/vm/scanner_test.cc
|
| diff --git a/runtime/vm/scanner_test.cc b/runtime/vm/scanner_test.cc
|
| index e952e11140aa100177fe39addb61af2d28b646e1..e647dd36c4ff3ae61d14f33657d9e16282ff7c5f 100644
|
| --- a/runtime/vm/scanner_test.cc
|
| +++ b/runtime/vm/scanner_test.cc
|
| @@ -368,7 +368,7 @@ void ScanLargeText() {
|
| " const Number radius;"
|
| "}"
|
| ""
|
| - "interface Map<K extends Hashable,V> default HashMap<K, V> {"
|
| + "interface Map<K ,V> default HashMap<K, V> {"
|
| " V operator [](K key);"
|
| " void operator []=(K key, V value);"
|
| " void forEach(function f(K key, V value));"
|
|
|