1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

Fix a typo in integration_test.go

This commit is contained in:
Felix Yan 2018-05-31 18:38:40 +08:00 committed by Ryan Dahl
parent e392672011
commit 8edb3390c2

View file

@ -127,7 +127,7 @@ func TestIntegrationUrlArgs(t *testing.T) {
if err == nil {
t.Fatalf("Expected 404. %s", err.Error())
}
// Check that cache dir is emtpy.
// Check that cache dir is empty.
cacheFn = path.Join(cachedir, "src/localhost:4546/testdata/001_hello.js")
println("bad cacheFn", cacheFn)
if exists(cacheFn) {