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

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

Issue 208583003: Fix string literals and add support for static methods in smoke. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: minor fix - inlcude name for static method too Created 6 years, 9 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/pubspec.yaml ('k') | pkg/smoke/test/codegen/generator_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 304fde00d4b20a661f7c14711cda250a35fa4309..86bf22a002d5c2d2eb222e826a9ae8ffcf0f4082 100644
--- a/pkg/smoke/test/codegen/end_to_end_test.dart
+++ b/pkg/smoke/test/codegen/end_to_end_test.dart
@@ -49,6 +49,9 @@ main(args) {
['i', 'j', 'j2', 'inc0', 'inc1', 'inc2'].forEach(generator.addGetter);
['i', 'j2'].forEach(generator.addSetter);
+ // Record static methods used in the tests
+ recorder.addStaticMethod(lib.getType('A'), 'staticInc');
+
// Record symbol convertions.
generator.addSymbol('i');
« no previous file with comments | « pkg/smoke/pubspec.yaml ('k') | pkg/smoke/test/codegen/generator_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698