Skip to content

Commit

Permalink
test: remove unnecessary semicolon after macro
Browse files Browse the repository at this point in the history
PR-URL: nodejs#26618
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
  • Loading branch information
hashseed authored and antsmartian committed Mar 16, 2019
1 parent d35af56 commit c5e619b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cctest/test_linked_binding.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ void InitializeBinding(v8::Local<v8::Object> exports,
.FromJust();
}

NODE_MODULE_LINKED(cctest_linkedbinding, InitializeBinding);
NODE_MODULE_LINKED(cctest_linkedbinding, InitializeBinding)

class LinkedBindingTest : public EnvironmentTestFixture {};

Expand Down

0 comments on commit c5e619b

Please sign in to comment.