Commit 9dec5f90 authored by Todd Volkert's avatar Todd Volkert Committed by GitHub

Change to use mockito_no_mirrors.dart (#8511)

This got missed in the last sweep due to concurrent PRs
parent 99ca38e9
......@@ -7,7 +7,7 @@ import 'package:flutter_tools/executable.dart' as tools;
import 'package:flutter_tools/src/cache.dart';
import 'package:flutter_tools/src/base/io.dart';
import 'package:flutter_tools/src/base/os.dart';
import 'package:mockito/mockito.dart';
import 'package:mockito/mockito_no_mirrors.dart';
import 'package:test/test.dart';
import 'src/context.dart';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment