Index: tests/standalone/io/http_shutdown_test.dart |
diff --git a/tests/standalone/io/http_shutdown_test.dart b/tests/standalone/io/http_shutdown_test.dart |
index f6b1424b8a39b398b6087b2a5524784dc036cc95..dd5b622e619a8ad4c6b280f1bc99118dc07139c8 100644 |
--- a/tests/standalone/io/http_shutdown_test.dart |
+++ b/tests/standalone/io/http_shutdown_test.dart |
@@ -173,7 +173,7 @@ void test5(int totalConnections) { |
return request.close(); |
}) |
.then((response) { }) |
- .catchError((e) { }, test: (e) => e is HttpParserException); |
+ .catchError((e) { }, test: (e) => e is HttpException); |
} |
bool clientClosed = false; |
new Timer.periodic(new Duration(milliseconds: 100), (timer) { |