Index: test/error_test.dart |
diff --git a/test/error_test.dart b/test/error_test.dart |
index f48906cd81cbb61ea97964b40ea5566dd6280ec5..363bf3d3b11d96e18fe44cd3362c3e51602421b1 100644 |
--- a/test/error_test.dart |
+++ b/test/error_test.dart |
@@ -223,7 +223,6 @@ error on line 1, column 18: Expected hex number |
.foobar { |
color: # 123 fff; |
}'''); |
- |
} |
void testBadUnicode() { |
@@ -239,7 +238,7 @@ void testBadUnicode() { |
expect(errors.isEmpty, false); |
expect(errors[0].toString(), |
'error on line 3, column 20: unicode first range can not be greater than ' |
- 'last\n' |
+ 'last\n' |
' unicode-range: U+400-200;\n' |
' ^^^^^^^'); |