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

Unified Diff: pkg/compiler/tool/dart2js_profile_many.dart

Issue 2482773003: add missing semicolon in profile_many script (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/tool/dart2js_profile_many.dart
diff --git a/pkg/compiler/tool/dart2js_profile_many.dart b/pkg/compiler/tool/dart2js_profile_many.dart
index ba344e0eb0ce52e8e2e92be077802a11d6b6bbf7..fed5e21117551420e641f0ef6266face926c103e 100644
--- a/pkg/compiler/tool/dart2js_profile_many.dart
+++ b/pkg/compiler/tool/dart2js_profile_many.dart
@@ -6,7 +6,7 @@ library dart2js.profile_many;
import 'dart:async';
-import 'package:compiler/src/dart2js.dart' as cmdline
+import 'package:compiler/src/dart2js.dart' as cmdline;
const String USAGE = """
Usage: dart2js_profile_many.dart [OPTIONS] [FILES]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698