Skip to content

Commit a465a82

Browse files
committed
Revert accidentally added "skip".
1 parent 44cc7a8 commit a465a82

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

source_gen/test/type_checker_test.dart

-2
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ void main() {
182182
onPlatform: const {
183183
'windows': Skip('https://github.com/dart-lang/source_gen/issues/573'),
184184
},
185-
skip: 'Google3 test gives google3:// URI for the test mirror',
186185
);
187186
});
188187

@@ -206,7 +205,6 @@ void main() {
206205
expect(checkMapMixin().isExactlyType(staticMapMixin), isTrue);
207206
expect(checkMapMixin().isExactly2(staticMapMixin.element3), isTrue);
208207
},
209-
skip: 'Google3 test gives google3:// URI for the test mirror',
210208
);
211209
},
212210
onPlatform: const {

0 commit comments

Comments
 (0)