Index: tests/standalone/io/http_headers_test.dart |
diff --git a/tests/standalone/io/http_headers_test.dart b/tests/standalone/io/http_headers_test.dart |
index 2219d0f87bee24db924259ba853c27a74c4b15a5..53ecc9e2e720a10807d2c23387d2121a19e4ef36 100644 |
--- a/tests/standalone/io/http_headers_test.dart |
+++ b/tests/standalone/io/http_headers_test.dart |
@@ -238,8 +238,8 @@ void testContentType() { |
} |
} |
- _ContentType contentType; |
- contentType = new _ContentType(); |
+ ContentType contentType; |
+ contentType = new ContentType(); |
Expect.equals("", contentType.primaryType); |
Expect.equals("", contentType.subType); |
Expect.equals("/", contentType.value); |