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:
parent
e392672011
commit
8edb3390c2
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue