diff options
author | Bartek Iwańczuk <biwanczuk@gmail.com> | 2019-09-10 17:09:54 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-09-10 11:09:54 -0400 |
commit | acee1944b9419e101f515a501b11653af8229258 (patch) | |
tree | 25d31a76d25f465a8c97c637f3edce30c166ebb8 /tests/error_016_dynamic_import_permissions2.test | |
parent | 0b757f37371474da63db341b831d83539df28df6 (diff) |
feat: Make integration tests rust unit tests (#2884)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
Diffstat (limited to 'tests/error_016_dynamic_import_permissions2.test')
-rw-r--r-- | tests/error_016_dynamic_import_permissions2.test | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/error_016_dynamic_import_permissions2.test b/tests/error_016_dynamic_import_permissions2.test deleted file mode 100644 index 0fc514f0f..000000000 --- a/tests/error_016_dynamic_import_permissions2.test +++ /dev/null @@ -1,5 +0,0 @@ -# We have an allow-net flag but not allow-read, it should still result in error. -args: --no-prompt --reload --allow-net tests/error_016_dynamic_import_permissions2.js -output: tests/error_016_dynamic_import_permissions2.out -check_stderr: true -exit_code: 1 |