We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44cc7a8 commit a465a82Copy full SHA for a465a82
source_gen/test/type_checker_test.dart
@@ -182,7 +182,6 @@ void main() {
182
onPlatform: const {
183
'windows': Skip('https://github.com/dart-lang/source_gen/issues/573'),
184
},
185
- skip: 'Google3 test gives google3:// URI for the test mirror',
186
);
187
});
188
@@ -206,7 +205,6 @@ void main() {
206
205
expect(checkMapMixin().isExactlyType(staticMapMixin), isTrue);
207
expect(checkMapMixin().isExactly2(staticMapMixin.element3), isTrue);
208
209
210
211
212
0 commit comments