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

Unified Diff: pkg/analysis_server/test/plugin/protocol_dart_test.dart

Issue 2903523003: Switch server tests to strong mode. (Closed)
Patch Set: Created 3 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
Index: pkg/analysis_server/test/plugin/protocol_dart_test.dart
diff --git a/pkg/analysis_server/test/plugin/protocol_dart_test.dart b/pkg/analysis_server/test/plugin/protocol_dart_test.dart
index 88e3750c94a310a1f6dace63167d227aa7bbad9f..d0af6a24817514c92f5216a0eda6e0ad6e7d8cda 100644
--- a/pkg/analysis_server/test/plugin/protocol_dart_test.dart
+++ b/pkg/analysis_server/test/plugin/protocol_dart_test.dart
@@ -332,7 +332,7 @@ class A {
expect(location.startColumn, 16);
}
expect(element.parameters, isNull);
- expect(element.returnType, 'dynamic');
+ expect(element.returnType, 'int');
expect(element.flags, Element.FLAG_CONST | Element.FLAG_STATIC);
}

Powered by Google App Engine
This is Rietveld 408576698