Skip to content

Commit

Permalink
Revert "test: disable MultipleEnvironmentsPerIsolate"
Browse files Browse the repository at this point in the history
This reverts commit 95ab966.

Ref: nodejs#14206
Ref: nodejs#14246
  • Loading branch information
addaleax committed Aug 10, 2017
1 parent 3f95be9 commit 557eb7b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/cctest/test_environment.cc
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ TEST_F(EnvironmentTest, AtExitWithArgument) {
EXPECT_EQ(arg, cb_1_arg);
}

/*
TEST_F(EnvironmentTest, MultipleEnvironmentsPerIsolate) {
const v8::HandleScope handle_scope(isolate_);
const Argv argv;
Expand All @@ -101,7 +100,6 @@ TEST_F(EnvironmentTest, MultipleEnvironmentsPerIsolate) {
RunAtExit(*env2);
EXPECT_TRUE(called_cb_2);
}
*/

static void at_exit_callback1(void* arg) {
called_cb_1 = true;
Expand Down

0 comments on commit 557eb7b

Please sign in to comment.