| Index: tests/language/switch_label_test.dart
|
| diff --git a/tests/language/switch_label_test.dart b/tests/language/switch_label_test.dart
|
| index 9bb5e9e0e1c033702378d9c0b5e1b60c4f4d7086..ebb74d788f39999c8d4db79c1f2cdef792f80805 100644
|
| --- a/tests/language/switch_label_test.dart
|
| +++ b/tests/language/switch_label_test.dart
|
| @@ -91,7 +91,7 @@ class SwitchLabelTest {
|
| Expect.equals(200, s.say3("cow", "muh"));
|
| Expect.equals(400, s.say3("cow", "boeh")); // Don't ask.
|
| Expect.equals(300, s.say3("dog", "woof"));
|
| - Expect.equals(400, s.say3("dog", "boj")); // Ĉu vi parolas Esperanton?
|
| + Expect.equals(400, s.say3("dog", "boj")); // Ĉu vi parolas Esperanton?
|
| Expect.equals(400, s.say3("unicorn", "")); // Still dead.
|
| Expect.equals(500, s.say3("angry bird", "whoooo"));
|
| }
|
|
|