| Index: test/generated_sdk/lib/_internal/compiler/js_lib/js_helper.dart
|
| diff --git a/test/generated_sdk/lib/_internal/compiler/js_lib/js_helper.dart b/test/generated_sdk/lib/_internal/compiler/js_lib/js_helper.dart
|
| index e36c37147609e160a50a147cf2e8dead981811ba..6082b11fee2ec9312887c84375f263c3009d9fcd 100644
|
| --- a/test/generated_sdk/lib/_internal/compiler/js_lib/js_helper.dart
|
| +++ b/test/generated_sdk/lib/_internal/compiler/js_lib/js_helper.dart
|
| @@ -582,7 +582,7 @@ class Primitives {
|
| return JS('int', '#', hash);
|
| }
|
|
|
| - static _throwFormatException(String string) {
|
| + static Null _throwFormatException(String string) {
|
| throw new FormatException(string);
|
| }
|
|
|
|
|