mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Move WebExtensions enabled Add-ons Manager
This commit is contained in:
parent
d7d16e7fbb
commit
358cd0404a
1100 changed files with 133 additions and 106 deletions
|
|
@ -1,17 +0,0 @@
|
|||
/* Any copyright is dedicated to the Public Domain.
|
||||
* http://creativecommons.org/publicdomain/zero/1.0/
|
||||
*/
|
||||
|
||||
// Test that we throw if a test created with add_task()
|
||||
// calls run_next_test
|
||||
|
||||
add_task(function* run_next_throws() {
|
||||
let err = null;
|
||||
try {
|
||||
run_next_test();
|
||||
} catch (e) {
|
||||
err = e;
|
||||
info("run_next_test threw " + err);
|
||||
}
|
||||
ok(err, "run_next_test() should throw an error inside an add_task test");
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue