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

Unified Diff: test/end2end_test.dart

Issue 12937009: renaming File to Source (Closed) Base URL: git@github.com:dart-lang/source-maps.git@master
Patch Set: Created 7 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: test/end2end_test.dart
diff --git a/test/end2end_test.dart b/test/end2end_test.dart
index 670d33fa04c3d8409ee7ce217e8118df53bcc3ae..5ea958a98be34c29a41e2d43394a591a554f9b24 100644
--- a/test/end2end_test.dart
+++ b/test/end2end_test.dart
@@ -51,7 +51,7 @@ main() {
test('printer projecting marks + parse', () {
var out = INPUT.replaceAll('long', '_s');
- var file = new File.text('output2.dart', out);
+ var file = new SourceFile.text('output2.dart', out);
var printer = new Printer('output2.dart');
printer.mark(ispan(0, 0));
« lib/source_maps.dart ('K') | « test/common.dart ('k') | test/span_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698