Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 function run_test() {
2 var cu = Components.utils;
3 var sb = cu.Sandbox(this,
4 {wantComponents: false});
5
6 var rv = cu.evalInSandbox("this.Components", sb);
7 do_check_eq(rv, undefined);
8 }