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 b812ec319b8031f923855bf8f7f4a1c3fae821a6..d406af1aede3b540a7f566a294ae551f7c8bd686 100644 |
--- a/tests/standalone/io/http_headers_test.dart |
+++ b/tests/standalone/io/http_headers_test.dart |
@@ -2,6 +2,8 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
+#import('dart:math'); |
+ |
#source("../../../runtime/bin/input_stream.dart"); |
#source("../../../runtime/bin/output_stream.dart"); |
#source("../../../runtime/bin/chunked_stream.dart"); |