Skip to content

Commit ae43e8e

Browse files
authored
Remove all unsound tests (#2426)
1 parent 239cb7f commit ae43e8e

File tree

66 files changed

+616
-1851
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+616
-1851
lines changed

Diff for: dwds/test/build_daemon_breakpoint_test.dart

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ void main() {
1717
final provider = TestSdkConfigurationProvider();
1818
tearDownAll(provider.dispose);
1919

20-
final context =
21-
TestContext(TestProject.testPackageWithSoundNullSafety(), provider);
20+
final context = TestContext(TestProject.testPackage(), provider);
2221

2322
group('shared context', () {
2423
setUpAll(() async {

0 commit comments

Comments
 (0)