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

Unified Diff: tests/compiler/dart2js/memory_source_file_helper.dart

Issue 21544003: Handle missing imports/exports/parts. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add example to warning. Created 7 years, 4 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: tests/compiler/dart2js/memory_source_file_helper.dart
diff --git a/tests/compiler/dart2js/memory_source_file_helper.dart b/tests/compiler/dart2js/memory_source_file_helper.dart
index 987fff71930c57603ef5205942e63a51016583b3..f8ecb277a63f4881951fcfebef8b8eedb58f4d6d 100644
--- a/tests/compiler/dart2js/memory_source_file_helper.dart
+++ b/tests/compiler/dart2js/memory_source_file_helper.dart
@@ -21,7 +21,7 @@ import '../../../sdk/lib/_internal/compiler/implementation/source_file_provider.
show SourceFileProvider;
export '../../../sdk/lib/_internal/compiler/implementation/source_file_provider.dart'
- show FormattingDiagnosticHandler;
+ show SourceFileProvider, FormattingDiagnosticHandler;
class MemorySourceFileProvider extends SourceFileProvider {
static Map MEMORY_SOURCE_FILES;

Powered by Google App Engine
This is Rietveld 408576698