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

Unified Diff: pkg/smoke/test/common.dart

Issue 213713002: Reapply change that makes path-observer more agressive with property lookups. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/lib/mirrors.dart ('k') | pkg/template_binding/lib/src/template_iterator.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/smoke/test/common.dart
diff --git a/pkg/smoke/test/common.dart b/pkg/smoke/test/common.dart
index 13a8ebb1e9a01cf1a1c10a2cf74542b3d92d9669..eaffd2584c762494ba3f053d16f988e6d5e9f62d 100644
--- a/pkg/smoke/test/common.dart
+++ b/pkg/smoke/test/common.dart
@@ -122,6 +122,7 @@ main() {
expect(smoke.hasNoSuchMethod(A), isFalse);
expect(smoke.hasNoSuchMethod(E), isTrue);
expect(smoke.hasNoSuchMethod(E2), isTrue);
+ expect(smoke.hasNoSuchMethod(int), isFalse);
});
test('has instance method', () {
« no previous file with comments | « pkg/smoke/lib/mirrors.dart ('k') | pkg/template_binding/lib/src/template_iterator.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698