diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-03-19 14:41:05 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-03-19 14:41:05 -0700 |
commit | 69c5aeb6448fbd6327360868b3d079589421e24f (patch) | |
tree | db059247211549eff19a3ed763b1c3d93fc4c8da | |
parent | c9bf89ad9b7a153c020beb04de927017e65713e9 (diff) |
fix test_unistd_io
-rw-r--r-- | tests/unistd/io.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unistd/io.js b/tests/unistd/io.js index b129af44..e2e442ec 100644 --- a/tests/unistd/io.js +++ b/tests/unistd/io.js @@ -7,7 +7,7 @@ return null; } }, function(arg) { - print("TO DEVICE: " + arg); + Module.print("TO DEVICE: " + arg); }); FS.createDevice('/', 'broken-device', function() { throw new Error('Broken device input.'); |