| Index: tests/html/rect_test.dart
|
| diff --git a/tests/html/rect_test.dart b/tests/html/rect_test.dart
|
| index de405a55bb0127b28e3830d6a86af0521867d084..fd1935a2485b4c5f4f19cc8313014091768f6f3a 100644
|
| --- a/tests/html/rect_test.dart
|
| +++ b/tests/html/rect_test.dart
|
| @@ -26,14 +26,6 @@ main() {
|
|
|
| var r2 = new Rect.fromPoints(r0.bottomRight, r0.topLeft);
|
| expect(r2, r0);
|
| -
|
| - expect(() {
|
| - new Rect(0, 0, -1, 0);
|
| - }, throwsArgumentError);
|
| -
|
| - expect(() {
|
| - new Rect(0, 0, 0, -1);
|
| - }, throwsArgumentError);
|
| });
|
|
|
| test('intersection', () {
|
|
|