Skip to content

Commit

Permalink
Merge pull request #1484 from alexcrichton/new-node
Browse files Browse the repository at this point in the history
Upgrade version of node.js used on Azure
  • Loading branch information
alexcrichton authored Apr 26, 2019
2 parents 7e512ba + dea5bad commit 26df24a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/azure-install-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ steps:
displayName: "Add WebAssembly target via rustup"
- task: NodeTool@0
inputs:
versionSpec: '>=10.11'
versionSpec: '>=12.0'
2 changes: 1 addition & 1 deletion crates/js-sys/tests/wasm/Symbol.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ exports.test_is_concat_spreadable = function(sym) {
numeric[sym] = false;
alphaNumeric = alpha.concat(numeric);

assert.deepEqual(alphaNumeric, ["a", "b", "c", [1, 2, 3]]);
assert.deepEqual(alphaNumeric, ["a", "b", "c", numeric]);
};

exports.test_iterator = function(sym) {
Expand Down

0 comments on commit 26df24a

Please sign in to comment.