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

Unified Diff: tests/lib/mirrors/parameter_test.dart

Issue 24089006: Fix tests that broke in r27633. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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 | « tests/lib/mirrors/equality_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/mirrors/parameter_test.dart
diff --git a/tests/lib/mirrors/parameter_test.dart b/tests/lib/mirrors/parameter_test.dart
index 2f8587562ef9a00a756a56146f43bec91e0f6692..5e3518b77c47b2a8a7dd368fbd1a973e456221a3 100644
--- a/tests/lib/mirrors/parameter_test.dart
+++ b/tests/lib/mirrors/parameter_test.dart
@@ -32,9 +32,9 @@ class B {
get x => _x;
set x(final value) { _x = value; }
- grault([int x]);
- garply({int y});
- waldo(int z);
+ grault([int x]) {}
+ garply({int y}) {}
+ waldo(int z) {}
}
class C <S extends int, T> {
« no previous file with comments | « tests/lib/mirrors/equality_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698