Skip to content

Commit bcfb672

Browse files
committed
Tests now pass
1 parent 422a1ae commit bcfb672

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/prefixes_test.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ class PrefixesTest extends DartdocTestBase {
1919
@override
2020
String get libraryName => 'prefixes';
2121

22-
@FailingTest(
23-
reason: 'requires https://github.com/dart-lang/dartdoc/pull/3865')
2422
void test_referenced() async {
2523
var library = await bootPackageWithLibrary(
2624
'''
@@ -38,7 +36,6 @@ int x = 0;
3836
);
3937
}
4038

41-
@FailingTest(issue: 'https://github.com/dart-lang/dartdoc/issues/3769')
4239
void test_referenced_wildcard() async {
4340
var library = await bootPackageWithLibrary(
4441
'''

0 commit comments

Comments
 (0)