comparison: toolkit/components/social/test/browser/relative_import.js
toolkit/components/social/test/browser/relative_import.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
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 } |