| Index: tests/lib_strong/convert/base64_test.dart
|
| diff --git a/tests/lib_strong/convert/base64_test.dart b/tests/lib_strong/convert/base64_test.dart
|
| index e48e6dbc37355224e534f8d1be6af0af7b966525..b4c7ad15144644f24c034471541b27d05cd49ada 100644
|
| --- a/tests/lib_strong/convert/base64_test.dart
|
| +++ b/tests/lib_strong/convert/base64_test.dart
|
| @@ -267,7 +267,7 @@ void testErrors() {
|
| badEncode(0x1000);
|
| badEncode(0x10000);
|
| // TODO(rnystrom): These aren't throwing in dev_compiler. Figure out why.
|
| - // badEncode(0x100000000); /// 01: ok
|
| + // badEncode(0x100000000); // /// 01: ok
|
| // badEncode(0x10000000000000000); /// 01: continued
|
| }
|
|
|
|
|