Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: lib/src/testing.dart

Issue 1213233006: Option to disable message widget (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/src/options.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/testing.dart
diff --git a/lib/src/testing.dart b/lib/src/testing.dart
index 81c25e304c7f6aa6e78339cf8a1b3c532157c691..8ad61311fe2c6b754cd53034cb30d495cdf56416 100644
--- a/lib/src/testing.dart
+++ b/lib/src/testing.dart
@@ -94,7 +94,7 @@ void testChecker(Map<String, String> testFiles, {String sdkDir,
MemoryResourceProvider createTestResourceProvider(
Map<String, String> testFiles) {
var provider = new MemoryResourceProvider();
- runtimeFilesForServerMode.forEach((filepath) {
+ runtimeFilesForServerMode().forEach((filepath) {
testFiles['/dev_compiler_runtime/$filepath'] =
'/* test contents of $filepath */';
});
« no previous file with comments | « lib/src/options.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698