Index: test/inspector/runtime/create-context-expected.txt |
diff --git a/test/inspector/runtime/create-context-expected.txt b/test/inspector/runtime/create-context-expected.txt |
index d22d9f6b8448a94a027895c74a44c0b0a24c696f..e64f75bc57c4d5c215412b76595a17746024de0d 100644 |
--- a/test/inspector/runtime/create-context-expected.txt |
+++ b/test/inspector/runtime/create-context-expected.txt |
@@ -26,7 +26,7 @@ Checks createContext(). |
} |
#debugger; |
-setTimeout(#x => x * 3, 0) |
+setTimeout(x => x #* 3, 0) |
Reported script's execution id: 2 |
{ |
@@ -51,8 +51,6 @@ Reported script's execution id: 2 |
} |
#debugger; |
-#debugger; |
- |
-setTimeout(#x => x * 3, 0) |
+setTimeout(x => x #* 3, 0) |
Reported script's execution id: 2 |