Skip to content

Commit cd9dea8

Browse files
committed
Fix bad merge
1 parent a890576 commit cd9dea8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
'object.cc',
1515
'typedarray.cc',
1616
],
17-
'include_dirs': ["<!(node -p \"require('../').include\")"],
17+
'include_dirs': ["<!@(node -p \"require('../').include\")"],
1818
'dependencies': ["<!(node -p \"require('../').gyp\")"],
1919
'cflags!': [ '-fno-exceptions' ],
2020
'cflags_cc!': [ '-fno-exceptions' ],

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let testModules = [
99
'function',
1010
'name',
1111
'object',
12-
'typedaray',
12+
'typedarray',
1313
];
1414

1515
if (typeof global.gc === 'function') {

0 commit comments

Comments
 (0)