diff options
| author | ztplz <mysticzt@gmail.com> | 2018-09-22 20:47:44 +0800 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-09-22 08:47:44 -0400 |
| commit | f3684c28e54604dd883e41ecf6b9d922c14a838b (patch) | |
| tree | 6cce9c6e2f0a08e05e1f64ac820c6a69e87a6149 /js/test_util.ts | |
| parent | 7a4ad045b1f5d80d7785916a2209caaf6f552a4b (diff) | |
Rename deno.argv, libdeno::DenoC and deno_set_flags (#796)
Diffstat (limited to 'js/test_util.ts')
| -rw-r--r-- | js/test_util.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test_util.ts b/js/test_util.ts index b7210b43c..34a920d47 100644 --- a/js/test_util.ts +++ b/js/test_util.ts @@ -12,7 +12,7 @@ import * as testing from "./testing/testing.ts"; export { assert, assertEqual } from "./testing/testing.ts"; // testing.setFilter must be run before any tests are defined. -testing.setFilter(deno.argv[1]); +testing.setFilter(deno.args[1]); interface DenoPermissions { write?: boolean; |
