array_literal_with_spread_[123] tests need node 6

This commit is contained in:
kzc 2017-11-22 19:41:31 -05:00
parent 6a8df5efcc
commit 42d59bc8db

View File

@ -990,7 +990,7 @@ array_literal_with_spread_1: {
console.log(f([ "PASS" ]));
}
expect_stdout: "PASS"
node_version: ">=4"
node_version: ">=6"
}
array_literal_with_spread_2: {
@ -1025,7 +1025,7 @@ array_literal_with_spread_2: {
"50",
"undefined",
]
node_version: ">=4"
node_version: ">=6"
}
array_literal_with_spread_3: {
@ -1081,5 +1081,5 @@ array_literal_with_spread_3: {
"20",
"undefined",
]
node_version: ">=4"
node_version: ">=6"
}