| Index: tests/standalone/io/http_date_test.dart
|
| diff --git a/tests/standalone/src/io/HttpDateTest.dart b/tests/standalone/io/http_date_test.dart
|
| similarity index 98%
|
| rename from tests/standalone/src/io/HttpDateTest.dart
|
| rename to tests/standalone/io/http_date_test.dart
|
| index 0b02ca7fa27e981fe1fdbb90533d1970f4d1dd41..7833d79438436ea9f91bf91df2599c64ca372fa7 100644
|
| --- a/tests/standalone/src/io/HttpDateTest.dart
|
| +++ b/tests/standalone/io/http_date_test.dart
|
| @@ -2,7 +2,7 @@
|
| // 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.
|
|
|
| -#source("../../../../runtime/bin/http_utils.dart");
|
| +#source("../../../runtime/bin/http_utils.dart");
|
|
|
| class HttpException implements Exception {
|
| const HttpException([String this.message = ""]);
|
|
|