Index: tests/lib/profiler/metrics_test.dart |
diff --git a/tests/lib/profiler/metrics_test.dart b/tests/lib/profiler/metrics_test.dart |
index 69be4460ad3ee3acb40d8120ec602ec81d6cfd21..4dbf642320cc425a047b43b84ca954eb1c5c9a97 100644 |
--- a/tests/lib/profiler/metrics_test.dart |
+++ b/tests/lib/profiler/metrics_test.dart |
@@ -99,6 +99,9 @@ testBadName() { |
Expect.throws(() { |
var counter = new Counter('a.b/c', 'description'); |
}); |
+ Expect.throws(() { |
+ var counter = new Counter('vm', 'description'); |
+ }); |
} |
main() { |