Skip to content

Commit

Permalink
squash: remove this for Env contstructor call
Browse files Browse the repository at this point in the history
  • Loading branch information
danbev committed Feb 13, 2018
1 parent c2ae326 commit e047cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cctest/test_environment.cc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ TEST_F(EnvironmentTest, AtExitWithEnvironment) {
TEST_F(EnvironmentTest, AtExitWithoutEnvironment) {
const v8::HandleScope handle_scope(isolate_);
const Argv argv;
Env env {handle_scope, argv, this};
Env env {handle_scope, argv};

AtExit(at_exit_callback1); // No Environment is passed to AtExit.
RunAtExit(*env);
Expand Down

0 comments on commit e047cb0

Please sign in to comment.