remove node_version from test issue_2271

This commit is contained in:
kzc 2017-08-14 10:09:21 -04:00
parent 6a003b98eb
commit cf052c05eb

View File

@ -629,5 +629,4 @@ issue_2271: {
new Foo().set("PASS").print(); new Foo().set("PASS").print();
} }
expect_stdout: "PASS" expect_stdout: "PASS"
node_version: ">=6"
} }