summaryrefslogtreecommitdiff
path: root/test/message/source_map_throw_first_tick.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/message/source_map_throw_first_tick.js')
-rw-r--r--test/message/source_map_throw_first_tick.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/message/source_map_throw_first_tick.js b/test/message/source_map_throw_first_tick.js
new file mode 100644
index 0000000000..b691b51f35
--- /dev/null
+++ b/test/message/source_map_throw_first_tick.js
@@ -0,0 +1,5 @@
+// Flags: --enable-source-maps
+
+'use strict';
+require('../common');
+require('../fixtures/source-map/typescript-throw');