mirror of
https://github.com/denoland/deno.git
synced 2025-02-01 12:16: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 {
|
if err == nil {
|
||||||
t.Fatalf("Expected 404. %s", err.Error())
|
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")
|
cacheFn = path.Join(cachedir, "src/localhost:4546/testdata/001_hello.js")
|
||||||
println("bad cacheFn", cacheFn)
|
println("bad cacheFn", cacheFn)
|
||||||
if exists(cacheFn) {
|
if exists(cacheFn) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue