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

Unified Diff: pkg/front_end/test/fasta/analyze_test.dart

Issue 2957623002: Move testing.json and status files to more natural locations. (Closed)
Patch Set: Fix typo. Created 3 years, 6 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 | « no previous file | pkg/front_end/test/fasta/compile.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/test/fasta/analyze_test.dart
diff --git a/pkg/front_end/test/fasta/analyze_test.dart b/pkg/front_end/test/fasta/analyze_test.dart
index 492bbdaf1c8a2f8786147f695027662f83fa04df..9c9a96edd15b9b7e54e3935c706346c9088560ef 100644
--- a/pkg/front_end/test/fasta/analyze_test.dart
+++ b/pkg/front_end/test/fasta/analyze_test.dart
@@ -9,9 +9,6 @@ main() {
// prematurely.
// Note: if you change this file, also change
// tests/compiler/dart2js/fasta_analyze_test.dart.
- return testing.main(<String>[
- "--config=pkg/front_end/test/fasta/testing.json",
- "--verbose",
- "analyze"
- ]);
+ return testing.main(
+ <String>["--config=pkg/front_end/testing.json", "--verbose", "analyze"]);
}
« no previous file with comments | « no previous file | pkg/front_end/test/fasta/compile.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698