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

Side by Side Diff: packages/smoke/test/static_test.dart

Issue 1521693002: Roll Observatory deps (charted -> ^0.3.0) (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « packages/smoke/test/static_in_pieces_test.dart ('k') | packages/stack_trace/CHANGELOG.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /// ---- AUTOGENERATED: DO NOT EDIT THIS FILE -------------- 1 /// ---- AUTOGENERATED: DO NOT EDIT THIS FILE --------------
2 /// To update this test file, call: 2 /// To update this test file, call:
3 /// > dart codegen/end_to_end_test.dart --update_static_test 3 /// > dart codegen/end_to_end_test.dart --update_static_test
4 /// -------------------------------------------------------- 4 /// --------------------------------------------------------
5 5
6 library smoke.test.static_test; 6 library smoke.test.static_test;
7 7
8 import 'package:unittest/unittest.dart'; 8 import 'package:test/test.dart';
9 import 'package:smoke/smoke.dart' show Declaration, PROPERTY, METHOD; 9 import 'package:smoke/smoke.dart' show Declaration, PROPERTY, METHOD;
10 import 'package:smoke/static.dart' show useGeneratedCode, StaticConfiguration; 10 import 'package:smoke/static.dart' show useGeneratedCode, StaticConfiguration;
11 import 'common.dart' as smoke_0; 11 import 'common.dart' as smoke_0;
12 import 'common.dart' as common show main; 12 import 'common.dart' as common show main;
13 13
14 abstract class _M0 {} // C & A 14 abstract class _M0 {} // C & A
15 15
16 final configuration = new StaticConfiguration( 16 final configuration = new StaticConfiguration(
17 checkedMode: false, 17 checkedMode: false,
18 getters: { 18 getters: {
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 }, 107 },
108 }, 108 },
109 names: { 109 names: {
110 #i: r'i', 110 #i: r'i',
111 }); 111 });
112 112
113 main() { 113 main() {
114 setUp(() => useGeneratedCode(configuration)); 114 setUp(() => useGeneratedCode(configuration));
115 common.main(); 115 common.main();
116 } 116 }
OLDNEW
« no previous file with comments | « packages/smoke/test/static_in_pieces_test.dart ('k') | packages/stack_trace/CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698