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

Unified Diff: pkg/kernel/test/self_check_util.dart

Issue 2665723002: Implement canonical name scheme in kernel. (Closed)
Patch Set: Address Kevin's comments Created 3 years, 10 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 | « pkg/kernel/test/round_trip.dart ('k') | pkg/kernel/test/type_parser.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/test/self_check_util.dart
diff --git a/pkg/kernel/test/self_check_util.dart b/pkg/kernel/test/self_check_util.dart
index 81a4c6676d11ca5cc1dcac60882af168ef4f3d49..3e1e4fbaa0e4f06c07ac32ddad1c2ebb2a74655a 100644
--- a/pkg/kernel/test/self_check_util.dart
+++ b/pkg/kernel/test/self_check_util.dart
@@ -26,6 +26,7 @@ runSelfCheck(List<String> args, Future runTest(String filename)) {
await runTest(filename);
return CompilerOutcome.Ok;
}
+
if (args.length == 1 && args[0] == '--batch') {
runBatch(batchMain);
} else {
« no previous file with comments | « pkg/kernel/test/round_trip.dart ('k') | pkg/kernel/test/type_parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698