Skip to content

Commit 8fc6ae5

Browse files
jakobr-googlelrhn
authored andcommitted
Change prefix for mixin test. (flutter#109)
The name 'mixin' will soon not be allowed as a library prefix.
1 parent bfe791d commit 8fc6ae5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/all_tests.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import 'json_test.dart' as json;
1919
import 'map_test.dart' as map;
2020
import 'message_generator_test.dart' as message_generator;
2121
import 'message_test.dart' as message;
22-
import 'mixin_test.dart' as mixin;
22+
import 'mixin_test.dart' as mixin_test;
2323
import 'names_test.dart' as names;
2424
import 'protoc_options_test.dart' as protoc_options;
2525
import 'repeated_field_test.dart' as repeated_field;
@@ -44,7 +44,7 @@ void main() {
4444
map.main();
4545
message_generator.main();
4646
message.main();
47-
mixin.main();
47+
mixin_test.main();
4848
names.main();
4949
protoc_options.main();
5050
repeated_field.main();

0 commit comments

Comments
 (0)