aboutsummaryrefslogtreecommitdiff
path: root/test/fixtures
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/source-map/emptyStackError.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/fixtures/source-map/emptyStackError.js b/test/fixtures/source-map/emptyStackError.js
new file mode 100644
index 0000000000..b02367a180
--- /dev/null
+++ b/test/fixtures/source-map/emptyStackError.js
@@ -0,0 +1,6 @@
+"use strict";
+
+Error.stackTraceLimit = 0;
+throw new RangeError('emptyStackError');
+
+