Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
added back assert
  • Loading branch information
lenakaplan authored Jun 22, 2017
commit b5377a3e44812a309d1f3362d874d56157ac5c5d
1 change: 1 addition & 0 deletions test/parallel/test-buffer-sharedarraybuffer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// Flags: --harmony-sharedarraybuffer

require('../common');
const assert = require('assert');

const sab = new SharedArrayBuffer(24);
const arr1 = new Uint16Array(sab);
Expand Down