Bug 1915045 Ensure decode tasks are scheduled on BufferingState::Enter() r=media...
[gecko.git] / js / xpconnect / tests / unit / test_file.js
blobff4589c3f5167b133ea991512d04ed8243e002cd
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 add_task(function() {
6   let { TestFile } = ChromeUtils.import("resource://test/TestFile.jsm");
7   TestFile.doTest(result => {
8     Assert.ok(result);
9     run_next_test();
10   });
11 });