| Index: tests/compiler/dart2js_extra/switch_test.dart
|
| diff --git a/tests/compiler/dart2js_extra/switch_test.dart b/tests/compiler/dart2js_extra/switch_test.dart
|
| index 2aa077497fc2d98e98671f0928298c1f56d949a1..09efd4754478851b715ca1e40aa21f211e9e6349 100644
|
| --- a/tests/compiler/dart2js_extra/switch_test.dart
|
| +++ b/tests/compiler/dart2js_extra/switch_test.dart
|
| @@ -23,7 +23,7 @@ switcher(val) {
|
| return x;
|
| }
|
|
|
| -// Check unambiguated grammar allowing multiple lables per case/default.
|
| +// Check unambiguated grammar allowing multiple labels per case/default.
|
| switcher2(val) {
|
| var x = 0;
|
| switch (val) {
|
|
|