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

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

Issue 306993002: smoke: support named argument in annotations (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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/lib/codegen/recorder.dart ('k') | pkg/smoke/test/codegen/recorder_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/smoke/test/codegen/end_to_end_test.dart
diff --git a/pkg/smoke/test/codegen/end_to_end_test.dart b/pkg/smoke/test/codegen/end_to_end_test.dart
index 86bf22a002d5c2d2eb222e826a9ae8ffcf0f4082..04132742c0daf09fa1de6fab975895a38e79133c 100644
--- a/pkg/smoke/test/codegen/end_to_end_test.dart
+++ b/pkg/smoke/test/codegen/end_to_end_test.dart
@@ -107,6 +107,9 @@ main(args) {
runQuery('H', new QueryOptions(includeInherited: true,
withAnnotations: [vars[0], vars[1], lib.getType('Annot')]));
+ runQuery('K', new QueryOptions(includeInherited: true,
+ withAnnotations: [lib.getType('AnnotC')]));
+
var code = _createEntrypoint(generator);
var staticTestFile = new File(path.join(testDir, 'static_test.dart'));
var existingCode = staticTestFile.readAsStringSync();
« no previous file with comments | « pkg/smoke/lib/codegen/recorder.dart ('k') | pkg/smoke/test/codegen/recorder_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698