diff options
Diffstat (limited to 'tests/unistd/io.js')
-rw-r--r-- | tests/unistd/io.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unistd/io.js b/tests/unistd/io.js index e2e442ec..cf66a438 100644 --- a/tests/unistd/io.js +++ b/tests/unistd/io.js @@ -14,6 +14,8 @@ }, function(arg) { throw new Error('Broken device output.'); }); + FS.createDevice('/', 'createDevice-read-only', function() {}); + FS.createDevice('/', 'createDevice-write-only', null, function() {}); FS.createDataFile('/', 'file', '1234567890', true, true); FS.createFolder('/', 'folder', true, true); })(); |