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

Unified Diff: test_reflectable/pubspec.yaml

Issue 1181413005: Implement newInstance in the transformer. (Closed) Base URL: https://github.com/dart-lang/reflectable.git@master
Patch Set: Address review Created 5 years, 6 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 | « test_reflectable/.status ('k') | test_reflectable/test/new_instance_default_values_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test_reflectable/pubspec.yaml
diff --git a/test_reflectable/pubspec.yaml b/test_reflectable/pubspec.yaml
index b926d61e67fd94b239f2de4a26eba8943cfbc0cc..a9ede7ddf5a78b6f70e1c5cc927eeca732923e70 100644
--- a/test_reflectable/pubspec.yaml
+++ b/test_reflectable/pubspec.yaml
@@ -20,7 +20,9 @@ transformers:
# - test/annotated_classes_test.dart
# - test/reflect_type_test.dart
- test/declarations_test.dart
+ - test/new_instance_test.dart
# Disabled next three entries to avoid failing transformation
+# - test/new_instance_default_values_test.dart # Issue # 8
# - test/capabilities_test.dart
# - test/member_capability_test.dart
# - test/serialize_test.dart
« no previous file with comments | « test_reflectable/.status ('k') | test_reflectable/test/new_instance_default_values_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698