Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Unified Diff: tests/debugger/fibers_expected.txt

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/debugger/empty_column_test.dart ('k') | tests/debugger/fibers_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/debugger/fibers_expected.txt
diff --git a/tests/debugger/fibers_expected.txt b/tests/debugger/fibers_expected.txt
index 8ee1df420acb982fabf197e318db61fcdfaed6b7..ee97f81636f01c084e51a887001d14848056b521 100644
--- a/tests/debugger/fibers_expected.txt
+++ b/tests/debugger/fibers_expected.txt
@@ -26,7 +26,7 @@ fiber 1
1: run @print('${marker} ${i}')
2: call @run('a')
3: runToEnd @entry()
- 4: Fiber.call @fletch.runToEnd(entry)
+ 4: Fiber.call @dartino.runToEnd(entry)
5: Coroutine._coroutineStart @entry(argument)
> fibers
@@ -36,7 +36,7 @@ fiber 0
2: run @Fiber.yield()
3: call @run('b')
4: runToEnd @entry()
- 5: Fiber.call @fletch.runToEnd(entry)
+ 5: Fiber.call @dartino.runToEnd(entry)
6: Coroutine._coroutineStart @entry(argument)
fiber 1
@@ -44,7 +44,7 @@ fiber 1
1: run @print('${marker} ${i}')
2: call @run('a')
3: runToEnd @entry()
- 4: Fiber.call @fletch.runToEnd(entry)
+ 4: Fiber.call @dartino.runToEnd(entry)
5: Coroutine._coroutineStart @entry(argument)
> t internal
« no previous file with comments | « tests/debugger/empty_column_test.dart ('k') | tests/debugger/fibers_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698