| Index: tests/html/js_typed_interop_anonymous_unreachable_exp_test.dart
|
| diff --git a/tests/html/js_typed_interop_anonymous_unreachable_exp_test.dart b/tests/html/js_typed_interop_anonymous_unreachable_exp_test.dart
|
| index edca52563d7128017c4ee49c0f1d9f0459c6e5c9..ee8a5060bede72b65918fb228447d008f686bb65 100644
|
| --- a/tests/html/js_typed_interop_anonymous_unreachable_exp_test.dart
|
| +++ b/tests/html/js_typed_interop_anonymous_unreachable_exp_test.dart
|
| @@ -29,7 +29,7 @@ class Literal {
|
| main() {
|
| useHtmlConfiguration();
|
| test('nothing to do', () {
|
| - // This test is empty, but it is a regression for Issue# 24974: dartjs
|
| + // This test is empty, but it is a regression for Issue# 24974: dart2js
|
| // would crash trying to compile code that used @anonymous and that was
|
| // not reachable from main.
|
| });
|
|
|