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

Unified Diff: tests/lib/profiler/metrics_num_test.dart

Issue 431253002: Fix nits on metrics_test (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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/lib.status ('k') | tests/lib/profiler/metrics_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/profiler/metrics_num_test.dart
diff --git a/tests/lib/profiler/metrics_num_test.dart b/tests/lib/profiler/metrics_num_test.dart
index 65126920848516f7025280387566e06e721b8932..d6a6689809a6a22173425311e424e16da8f0b345 100644
--- a/tests/lib/profiler/metrics_num_test.dart
+++ b/tests/lib/profiler/metrics_num_test.dart
@@ -8,7 +8,7 @@ import 'package:expect/expect.dart';
testGaugeDouble() {
Expect.throws(() {
- // max is not a double
+ // max argument is not a double
gauge = new Gauge('test', 'alpha bravo', 1.0, 4);
});
}
« no previous file with comments | « tests/lib/lib.status ('k') | tests/lib/profiler/metrics_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698