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

Side by Side Diff: packages/dart_style/test/regression/0100/0142.stmt

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 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 unified diff | Download patch
OLDNEW
(Empty)
1 >>> (indent 4)
2 enterBlock.setBlockFlow(
3 new HTryBlockInformation(
4 wrapStatementGraph(bodyGraph),
5 exception,
6 wrapStatementGraph(catchGraph),
7 wrapStatementGraph(finallyGraph)),
8 exitBlock);
9 <<<
10 enterBlock.setBlockFlow(
11 new HTryBlockInformation(wrapStatementGraph(bodyGraph), exception,
12 wrapStatementGraph(catchGraph), wrapStatementGraph(finallyGraph)),
13 exitBlock);
14 >>> (indent 8)
15 enterBlock.setBlockFlow(
16 new HTryBlockInformation(
17 wrapStatementGraph(bodyGraph),
18 exception,
19 wrapStatementGraph(catchGraph),
20 wrapStatementGraph(finallyGraph)),
21 exitBlock);
22 <<<
23 enterBlock.setBlockFlow(
24 new HTryBlockInformation(
25 wrapStatementGraph(bodyGraph),
26 exception,
27 wrapStatementGraph(catchGraph),
28 wrapStatementGraph(finallyGraph)),
29 exitBlock);
30 >>> (indent 6)
31 assert(invariant(
32 CURRENT_ELEMENT_SPANNABLE,
33 kind == MessageKind.GENERIC ||
34 !message.contains(new RegExp(r'#\{.+\}')),
35 message: 'Missing arguments in error message: "$message"'));
36 <<<
37 assert(invariant(
38 CURRENT_ELEMENT_SPANNABLE,
39 kind == MessageKind.GENERIC ||
40 !message.contains(new RegExp(r'#\{.+\}')),
41 message: 'Missing arguments in error message: "$message"'));
OLDNEW
« no previous file with comments | « packages/dart_style/test/regression/0100/0141.unit ('k') | packages/dart_style/test/regression/0100/0144.unit » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698