| 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() {
|
|
|