| Index: tests/language/const_conditional_test.dart
|
| diff --git a/tests/language/const_conditional_test.dart b/tests/language/const_conditional_test.dart
|
| index b214af937251451b60b56c10aa1707d70da33f0a..bae4396a66d02022c9d935a03a0e3b83abbc7b01 100644
|
| --- a/tests/language/const_conditional_test.dart
|
| +++ b/tests/language/const_conditional_test.dart
|
| @@ -53,4 +53,4 @@ void main() {
|
| Expect.identical(var1, cond4); // //# 08: continued
|
| Expect.identical(var1, cond4a); //# 09: continued
|
| Expect.identical(nonConst, cond4b); //# 10: continued
|
| -}
|
| +}
|
|
|