summaryrefslogtreecommitdiffstats
path: root/testing/xpcshell/example/unit/test_do_check_null_failing.js
blob: 7b800f65fbe362083498e31b4c984b81dcb69f9a (plain)
1
2
3
4
5
6
/* Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/publicdomain/zero/1.0/ */

function run_test() {
  do_check_null(0);
}