summaryrefslogtreecommitdiffstats
path: root/toolkit/components/osfile/tests/xpcshell/test_loader/module_test_loader.js
blob: 18356d6ad84177c9a25a53425267fa9acbc8bc58 (plain)
1
2
3
4
5
6
7
8
9
/* Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/publicdomain/zero/1.0/ */

"use strict";

// Load OS.File from a module loaded with the CommonJS/addon-sdk loader

var {Cu} = require("chrome");
Cu.import('resource://gre/modules/osfile.jsm');