diff options
author | Jose <jose@zeroc.com> | 2016-08-19 21:25:18 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-08-19 21:25:18 +0200 |
commit | c8d32e04873be7938915c606027c84c8ab832f6b (patch) | |
tree | f862751cfaddcf5bb7b82a7c04a299d471f948d4 /js/allTests.py | |
parent | Fix ICE-7278 (diff) | |
download | ice-c8d32e04873be7938915c606027c84c8ab832f6b.tar.bz2 ice-c8d32e04873be7938915c606027c84c8ab832f6b.tar.xz ice-c8d32e04873be7938915c606027c84c8ab832f6b.zip |
ES6 mapping updates
Diffstat (limited to 'js/allTests.py')
-rwxr-xr-x | js/allTests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/allTests.py b/js/allTests.py index 1e8d0afa7d4..88f600df599 100755 --- a/js/allTests.py +++ b/js/allTests.py @@ -45,7 +45,6 @@ tests = [ ("Ice/operationsBidir", ["once"]), ("Ice/optional", ["core"]), ("Ice/optionalBidir", ["once"]), - ("Ice/promise", ["once"]), ("Ice/properties", ["once"]), ("Ice/proxy", ["core"]), ("Ice/retry", ["core"]), |