1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
6 common
.tester
.addAsyncTest('nacl_io_test', function (test
) {
7 var intervalId
= window
.setInterval(function () {
11 window
.clearInterval(intervalId
);
13 test
.fail('tests failed');