michael@0: dump("relative_import file\n"); michael@0: michael@0: // Please keep 'causeError' on line 4; we test the error location. michael@0: function causeError() { does_not_exist(); } michael@0: michael@0: testVar = "oh hai"; michael@0: function testFunc() { michael@0: return "oh hai"; michael@0: }