Chromium Code Reviews| Index: runtime/vm/snapshot_test.dart |
| diff --git a/runtime/vm/snapshot_test.dart b/runtime/vm/snapshot_test.dart |
| index f9c2336dfe67873f75b5b7878740d9fd9057e5b6..5457ef54201368ee810d0990886cf60eeef67491 100644 |
| --- a/runtime/vm/snapshot_test.dart |
| +++ b/runtime/vm/snapshot_test.dart |
| @@ -7,7 +7,7 @@ import 'dart:async'; |
| class Expect { |
| static void equals(x, y) { |
| - if (x != y) throw new RuntimeError('not equal'); |
| + if (x != y) throw new ArgumentError('not equal'); |
| } |
| } |