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

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

Issue 432183003: Fix dart2js int double test failure (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
Index: tests/lib/profiler/metrics_test.dart
diff --git a/tests/lib/profiler/metrics_test.dart b/tests/lib/profiler/metrics_test.dart
index efc40247bbe6912df1b86465e3a283b458b4488b..691ea40e7e05ac66d09a2ab5f2e60a711f41644a 100644
--- a/tests/lib/profiler/metrics_test.dart
+++ b/tests/lib/profiler/metrics_test.dart
@@ -55,11 +55,6 @@ testGauge2() {
// max is null
gauge = new Gauge('test', 'alpha bravo', 1.0, null);
});
-
- Expect.throws(() {
- // max is not a double
- gauge = new Gauge('test', 'alpha bravo', 1.0, 4);
- });
}
testCounter() {
« tests/lib/profiler/metrics_num_test.dart ('K') | « tests/lib/profiler/metrics_num_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698