diff options
Diffstat (limited to 'tests/testdata/run/fetch_async_error_stack.ts')
-rw-r--r-- | tests/testdata/run/fetch_async_error_stack.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testdata/run/fetch_async_error_stack.ts b/tests/testdata/run/fetch_async_error_stack.ts deleted file mode 100644 index f583192c2..000000000 --- a/tests/testdata/run/fetch_async_error_stack.ts +++ /dev/null @@ -1 +0,0 @@ -await fetch("https://nonexistent.deno.land/"); |