We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a8527 commit c7493faCopy full SHA for c7493fa
test/parallel/test-buffer-write-fast.js
@@ -41,7 +41,5 @@ testFastUtf8Write();
41
42
if (common.isDebug) {
43
const { getV8FastApiCallCount } = internalBinding('debug');
44
- // TODO: the count should be 4. The function is optimized, but the fast
45
- // API is not called.
46
- assert.strictEqual(getV8FastApiCallCount('buffer.writeString'), 0);
+ assert(getV8FastApiCallCount('buffer.writeString'), 4);
47
}
0 commit comments