toolkit/components/social/test/browser/relative_import.js

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/components/social/test/browser/relative_import.js	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,9 @@
     1.4 +dump("relative_import file\n");
     1.5 +
     1.6 +// Please keep 'causeError' on line 4; we test the error location.
     1.7 +function causeError() { does_not_exist(); }
     1.8 +
     1.9 +testVar = "oh hai";
    1.10 +function testFunc() {
    1.11 +  return "oh hai";
    1.12 +}

mercurial