summaryrefslogtreecommitdiff
path: root/installed-tests/js/modules/badOverrides/Regress.js
blob: 7ce4878ba5569238f82b075a51a41f0df19ad2e8 (plain)
1
2
3
4
5
6
7
// Sabotage the import of imports.gi.Regress!
// SPDX-License-Identifier: MIT OR LGPL-2.0-or-later
// SPDX-FileCopyrightText: 2016 Philip Chimento <philip.chimento@gmail.com>

function _init() {
    throw '💩';
}