Chromium Code Reviews| Index: tests/utils/dummy_compiler_test.dart |
| diff --git a/tests/utils/dummy_compiler_test.dart b/tests/utils/dummy_compiler_test.dart |
| index ae44c2791a88b3a2943d416baf229bfbc18fae44..af13834435f318f9d6db8d98a3f8167ea64e6980 100644 |
| --- a/tests/utils/dummy_compiler_test.dart |
| +++ b/tests/utils/dummy_compiler_test.dart |
| @@ -32,6 +32,7 @@ Future<String> provider(Uri uri) { |
| class Closure {} |
| class Dynamic_ {} |
| class Null {} |
| + class StackTrace {} |
| class LinkedHashMap {} |
| identical(a, b) => true; |
| getRuntimeTypeInfo(o) {} |