diff options
author | Kevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com> | 2018-10-13 16:04:56 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-10-13 19:45:01 -0400 |
commit | 1840a1971317f5b8fc6e322b3a414b7f8a593c88 (patch) | |
tree | 5027d071055dd6514019504da683683e30c17620 /tests/async_error.ts.out | |
parent | bbf88c529587647aaa0089233fea19e961a764f1 (diff) |
Remove deno name assumption from tests
Diffstat (limited to 'tests/async_error.ts.out')
-rw-r--r-- | tests/async_error.ts.out | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/async_error.ts.out b/tests/async_error.ts.out index 69be815a0..2df582030 100644 --- a/tests/async_error.ts.out +++ b/tests/async_error.ts.out @@ -5,7 +5,7 @@ Error: error at foo ([WILDCARD]tests/async_error.ts:4:9) at eval ([WILDCARD]tests/async_error.ts:7:1) at DenoCompiler.eval [as _globalEval] (<anonymous>) - at DenoCompiler._gatherDependencies (deno/js/compiler.ts:[WILDCARD]) - at DenoCompiler.run (deno/js/compiler.ts:[WILDCARD]) - at denoMain (deno/js/main.ts:[WILDCARD]) + at DenoCompiler._gatherDependencies ([WILDCARD]/js/compiler.ts:[WILDCARD]) + at DenoCompiler.run ([WILDCARD]/js/compiler.ts:[WILDCARD]) + at denoMain ([WILDCARD]/js/main.ts:[WILDCARD]) at deno_main.js:1:1 |