Index: test/inspector/debugger/caught-uncaught-exceptions-expected.txt |
diff --git a/test/inspector/debugger/caught-uncaught-exceptions-expected.txt b/test/inspector/debugger/caught-uncaught-exceptions-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b784fa549e3ba93825e940207995df57bad96821 |
--- /dev/null |
+++ b/test/inspector/debugger/caught-uncaught-exceptions-expected.txt |
@@ -0,0 +1,5 @@ |
+Check that inspector correctly passes caught/uncaught information. |
+paused in throwCaught |
+uncaught: false |
+paused in throwUncaught |
+uncaught: true |