summaryrefslogtreecommitdiff
path: root/toolkit/devtools/debugger/test/code_script-switching-01.js
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2022-02-12 13:53:59 -0600
committerMatt A. Tobin <email@mattatobin.com>2022-02-12 13:53:59 -0600
commitc054e324210895e7e2c5b3e84437cba43f201ec8 (patch)
tree00735055ed5ee588f71e147c5ae27363349f1687 /toolkit/devtools/debugger/test/code_script-switching-01.js
parent5da550a67c876bf06690439192db5bef2c54cb20 (diff)
downloadpalemoon-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.js6
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();
-}