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 4a00227 commit bef3a0bCopy full SHA for bef3a0b
test/libraries_test.dart
@@ -247,7 +247,7 @@ class LibrariesInAdditionalPackageTest extends DartdocTestBase {
247
return bootPackageFromFiles(
248
[
249
d.file('lib/lib1.dart', "import 'package:two/lib2.dart';"),
250
- d.dir('vendor/two', [
+ d.dir(resourceProvider.convertPath('vendor/two'), [
251
d.file('pubspec.yaml', '''
252
name: two
253
version: 0.0.1
0 commit comments