gecko/testing/xpcshell/example/unit/test_do_check_matches_failing.js

7 lines
172 B
JavaScript
Raw Normal View History

/* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/ */
function run_test() {
do_check_matches({x:undefined}, {});
}