| Index: tests/html/js_typed_interop_anonymous_unreachable_test.dart
|
| diff --git a/tests/html/js_typed_interop_anonymous_unreachable_test.dart b/tests/html/js_typed_interop_anonymous_unreachable_test.dart
|
| index 2a71d0b5a34353c28b800c8355af4bb2f1644636..7aaa5216ebc7832c932860ca731da010bf917658 100644
|
| --- a/tests/html/js_typed_interop_anonymous_unreachable_test.dart
|
| +++ b/tests/html/js_typed_interop_anonymous_unreachable_test.dart
|
| @@ -25,7 +25,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.
|
| });
|
|
|