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.
2 parents f9e6db0 + 31d6b30 commit b3eb343Copy full SHA for b3eb343
lib/src/expect_error.dart
@@ -207,6 +207,7 @@ ${code.code}''';
207
{'${code.library.packageName}|$tempFileName': source},
208
(r) => r.findLibraryByName('main'),
209
packageConfig: code.library.packageConfig,
210
+ readAllSourcesFromFilesystem: true,
211
);
212
213
final errorResult = await main!.session.getErrors(
0 commit comments