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

Unified Diff: test_reflectable/test/type_relations_test.dart

Issue 1289933004: Implements support for reflection on parameters. (Closed) Base URL: https://github.com/dart-lang/reflectable.git@master
Patch Set: Merging with code from Sigurd, caused several adjustments Created 5 years, 4 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/test/proxy_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test_reflectable/test/type_relations_test.dart
diff --git a/test_reflectable/test/type_relations_test.dart b/test_reflectable/test/type_relations_test.dart
index 3d6a592a6e07195ba4d258e7e5fe7e854a68e6c0..c0b11ce3bfc8ebf0a69c8cb49cf569ec229eadb3 100644
--- a/test_reflectable/test/type_relations_test.dart
+++ b/test_reflectable/test/type_relations_test.dart
@@ -25,7 +25,6 @@ main() {
test('superclass targetting un-annotated class', () {
expect(classObjectMirror.simpleName, "Object");
});
- print(classObjectMirror.superclass); // DEBUG
test('non-existing superclass', () {
expect(classObjectMirror.superclass, null);
});
« no previous file with comments | « test_reflectable/test/proxy_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698