summaryrefslogtreecommitdiff
path: root/std/fs/write_file_str_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/fs/write_file_str_test.ts')
-rw-r--r--std/fs/write_file_str_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/fs/write_file_str_test.ts b/std/fs/write_file_str_test.ts
index 77b1e734e..f9cf760fe 100644
--- a/std/fs/write_file_str_test.ts
+++ b/std/fs/write_file_str_test.ts
@@ -1,7 +1,7 @@
import { test } from "../testing/mod.ts";
import { assertEquals } from "../testing/asserts.ts";
+import * as path from "../path/mod.ts";
import { writeFileStr, writeFileStrSync } from "./write_file_str.ts";
-import * as path from "./path/mod.ts";
const testdataDir = path.resolve("fs", "testdata");