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

Unified Diff: dart/tests/utils/src/DummyCompilerTest.dart

Issue 9838038: "Implement" #resource tag and various restrictions on library definitions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Add #import tags. Created 8 years, 9 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
Index: dart/tests/utils/src/DummyCompilerTest.dart
diff --git a/dart/tests/utils/src/DummyCompilerTest.dart b/dart/tests/utils/src/DummyCompilerTest.dart
index 92ab6077c8032d8580aafd3a5d1d391e38d550e6..9ffe11617c733b44b08c949ee893de34a798311d 100644
--- a/dart/tests/utils/src/DummyCompilerTest.dart
+++ b/dart/tests/utils/src/DummyCompilerTest.dart
@@ -13,7 +13,7 @@ Future<String> provider(Uri uri) {
if (uri.scheme == "main") {
source = "main() {}";
} else {
- source = "";
+ source = "#library('lib');";
}
completer.complete(source);
return completer.future;
« dart/tests/language/language-leg.status ('K') | « dart/tests/standalone/standalone-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698