| Index: chrome/test/data/extensions/api_test/shared_module/import_pass/check.js
|
| diff --git a/chrome/test/data/extensions/api_test/shared_module/import_pass/check.js b/chrome/test/data/extensions/api_test/shared_module/import_pass/check.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c3f4db6cbdb324f7a3bed682d8b53dceba4a5a56
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/shared_module/import_pass/check.js
|
| @@ -0,0 +1,7 @@
|
| +if (typeof fail_exported != 'undefined')
|
| + chrome.test.notifyFail('fail.js was unintentionally exported.');
|
| +
|
| +if (typeof pass_exported == 'undefined')
|
| + chrome.test.notifyFail('pass.js was not exported correctly.');
|
| +
|
| +chrome.test.notifyPass();
|
|
|