From 844f565cc053b188473a209e8642772ad42b43bd Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 28 May 2018 12:22:02 -0400 Subject: [PATCH] Fix TestResolveModule4 --- os_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os_test.go b/os_test.go index 7fefcad8c3..0d1f391719 100644 --- a/os_test.go +++ b/os_test.go @@ -67,7 +67,7 @@ func TestResolveModule4(t *testing.T) { AssertEqual(t, moduleName, "http://unpkg.com/liltest@0.0.5/index.ts") AssertEqual(t, filename, - "/Users/rld/.deno/src/unpkg.com/liltest@0.0.5/index.ts") + path.Join(SrcDir, "unpkg.com/liltest@0.0.5/index.ts")) } func TestResolveModule5(t *testing.T) {