comparison: toolkit/components/social/test/browser/relative_import.js
toolkit/components/social/test/browser/relative_import.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 dump("relative_import file\n"); |
|
2 |
|
3 // Please keep 'causeError' on line 4; we test the error location. |
|
4 function causeError() { does_not_exist(); } |
|
5 |
|
6 testVar = "oh hai"; |
|
7 function testFunc() { |
|
8 return "oh hai"; |
|
9 } |