summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/tests/unit/test_bug1170311.js
blob: cdbe62407a6e7a3aad47b5b2b0d969588dda0964 (plain)
1
2
3
4
function run_test() {
  do_check_throws_nsIException(() => Cu.getObjectPrincipal({}).equals(null), "NS_ERROR_ILLEGAL_VALUE");
  do_check_throws_nsIException(() => Cu.getObjectPrincipal({}).subsumes(null), "NS_ERROR_ILLEGAL_VALUE");
}