diff options
author | Matt A. Tobin <email@mattatobin.com> | 2022-02-12 13:53:59 -0600 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2022-02-12 13:53:59 -0600 |
commit | c054e324210895e7e2c5b3e84437cba43f201ec8 (patch) | |
tree | 00735055ed5ee588f71e147c5ae27363349f1687 /toolkit/devtools/debugger/test/code_script-switching-01.js | |
parent | 5da550a67c876bf06690439192db5bef2c54cb20 (diff) | |
download | palemoon-gre-c054e324210895e7e2c5b3e84437cba43f201ec8.tar.gz |
Prep for GRE
Diffstat (limited to 'toolkit/devtools/debugger/test/code_script-switching-01.js')
-rw-r--r-- | toolkit/devtools/debugger/test/code_script-switching-01.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/toolkit/devtools/debugger/test/code_script-switching-01.js b/toolkit/devtools/debugger/test/code_script-switching-01.js deleted file mode 100644 index 4ba2772de..000000000 --- a/toolkit/devtools/debugger/test/code_script-switching-01.js +++ /dev/null @@ -1,6 +0,0 @@ -/* Any copyright is dedicated to the Public Domain. - http://creativecommons.org/publicdomain/zero/1.0/ */ - -function firstCall() { - secondCall(); -} |