Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/async-call-stack-async-function-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/async-call-stack-async-function-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/async-call-stack-async-function-expected.txt |
index 6d1f7dd4f229428052de4709bc363e3233898c39..30cdb94ef5c77b23076e3803c07cc25b6e924af5 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/async-call-stack-async-function-expected.txt |
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/async-call-stack-async-function-expected.txt |
@@ -2,9 +2,9 @@ Tests that call stack sidebar contains correct labels for async await functions. |
Set timer for test function. |
footest.js:6 |
-boo awaits foo |
+await in foo (async) |
bootest.js:12 |
-testFunction awaits boo |
+await in boo (async) |
testFunctiontest.js:18 |
setTimeout (async) |
scheduleTestFunctiondebugger-test.js:3 |