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 422a1ae commit bcfb672Copy full SHA for bcfb672
test/prefixes_test.dart
@@ -19,8 +19,6 @@ class PrefixesTest extends DartdocTestBase {
19
@override
20
String get libraryName => 'prefixes';
21
22
- @FailingTest(
23
- reason: 'requires https://github.com/dart-lang/dartdoc/pull/3865')
24
void test_referenced() async {
25
var library = await bootPackageWithLibrary(
26
'''
@@ -38,7 +36,6 @@ int x = 0;
38
36
);
39
37
}
40
41
- @FailingTest(issue: 'https://github.com/dart-lang/dartdoc/issues/3769')
42
void test_referenced_wildcard() async {
43
44
0 commit comments