diff options
Diffstat (limited to 'devtools/client/shared/source-map-loader/test/browser/fixtures/missingmap.js')
-rw-r--r-- | devtools/client/shared/source-map-loader/test/browser/fixtures/missingmap.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devtools/client/shared/source-map-loader/test/browser/fixtures/missingmap.js b/devtools/client/shared/source-map-loader/test/browser/fixtures/missingmap.js new file mode 100644 index 0000000000..5a162652a7 --- /dev/null +++ b/devtools/client/shared/source-map-loader/test/browser/fixtures/missingmap.js @@ -0,0 +1,2 @@ +// Source where the map is missing. +// # sourceMappingURL=missingmap.js.map |