Bug 811343 - Include test for previous commit; r=bholley, a=akeybl

This commit is contained in:
Eddy Bruel 2012-12-05 03:24:00 +01:00
Родитель 525b1bf3f2
Коммит 250cd0f6df
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,8 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
function run_test() {
var p = new Proxy(Object.create(null), {});
var g = Components.utils.getGlobalForObject(p);
}