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 44797a6 commit ad59337Copy full SHA for ad59337
test/find_libraries_test.dart
@@ -34,7 +34,7 @@ void main() {
34
var fullInputPath = _testFilePath(inputPath);
35
36
var libElement = getLibraryElementForSourceFile(context, fullInputPath);
37
-
+
38
var fullLibPath = _testFilePath(expectedLibPath);
39
40
expect(p.fromUri(libElement.source.uri), fullLibPath);
0 commit comments