Skip to content

Commit e906b5a

Browse files
NickNasomhdawson
authored andcommitted
test: fix compilation problem on debian 8
PR-URL: #1138 Reviewed-By: Michael Dawson <midawson@redhat.com Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent 5790c55 commit e906b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/objectwrap_function.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class FunctionTest : public Napi::ObjectWrap<FunctionTest> {
3636
};
3737

3838
std::unordered_map<napi_env, Napi::FunctionReference>
39-
FunctionTest::constructors = {};
39+
FunctionTest::constructors;
4040

4141
Napi::Object InitObjectWrapFunction(Napi::Env env) {
4242
Napi::Object exports = Napi::Object::New(env);

0 commit comments

Comments
 (0)