Index: utils/tests/pub/test_pub.dart |
diff --git a/utils/tests/pub/test_pub.dart b/utils/tests/pub/test_pub.dart |
index 010a8e465ac40bac5978f4451a7912fda746a074..afc80010a8d9647c8592e1cc08f0a0bb391cf1cc 100644 |
--- a/utils/tests/pub/test_pub.dart |
+++ b/utils/tests/pub/test_pub.dart |
@@ -101,7 +101,7 @@ void serve([List<Descriptor> contents]) { |
var stream; |
try { |
stream = baseDir.load(path); |
- } catch (var e) { |
+ } catch (e) { |
response.statusCode = 404; |
response.contentLength = 0; |
response.outputStream.close(); |