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

Unified Diff: pkg/smoke/test/codegen/recorder_test.dart

Issue 362043006: Add support in smoke for generating static configurations in pieces. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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 | « pkg/smoke/test/codegen/generator_test.dart ('k') | pkg/smoke/test/piece1.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/smoke/test/codegen/recorder_test.dart
diff --git a/pkg/smoke/test/codegen/recorder_test.dart b/pkg/smoke/test/codegen/recorder_test.dart
index 14f8d81bf7cb87be2f359f6e8da19efd20485542..2392116fcb404eccdb4333d3d75bb7dabfd5ade5 100644
--- a/pkg/smoke/test/codegen/recorder_test.dart
+++ b/pkg/smoke/test/codegen/recorder_test.dart
@@ -155,7 +155,7 @@ main() {
'useGeneratedCode(new StaticConfiguration(\n'
' checkedMode: false,\n'
' declarations: {\n'
- ' smoke_0.A: const {},\n'
+ ' smoke_0.A: {},\n'
' }));\n');
});
@@ -302,7 +302,7 @@ main() {
'useGeneratedCode(new StaticConfiguration(\n'
' checkedMode: false,\n'
' declarations: {\n'
- ' smoke_0.D: const {},\n'
+ ' smoke_0.D: {},\n'
' }));\n');
});
@@ -322,7 +322,7 @@ main() {
' _M0: smoke_0.C,\n'
' },\n'
' declarations: {\n'
- ' smoke_0.D: const {},\n'
+ ' smoke_0.D: {},\n'
' _M0: {\n'
' #i: const Declaration(#i, int),\n'
' },\n'
@@ -347,8 +347,8 @@ main() {
' smoke_0.J1: {\n'
' #i: const Declaration(#i, int),\n'
' },\n'
- ' smoke_0.J2: const {},\n'
- ' smoke_0.J3: const {},\n'
+ ' smoke_0.J2: {},\n'
+ ' smoke_0.J3: {},\n'
' }));\n');
});
@@ -367,8 +367,8 @@ main() {
' smoke_0.J3: smoke_0.J2,\n'
' },\n'
' declarations: {\n'
- ' smoke_0.J2: const {},\n'
- ' smoke_0.J3: const {},\n'
+ ' smoke_0.J2: {},\n'
+ ' smoke_0.J3: {},\n'
' }));\n');
});
});
« no previous file with comments | « pkg/smoke/test/codegen/generator_test.dart ('k') | pkg/smoke/test/piece1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698