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

Unified Diff: pkg/analyzer_cli/test/driver_test.dart

Issue 2721473002: Revert "debug failing test" (Closed)
Patch Set: 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/analyzer_cli/lib/src/options.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_cli/test/driver_test.dart
diff --git a/pkg/analyzer_cli/test/driver_test.dart b/pkg/analyzer_cli/test/driver_test.dart
index 9fe3ff8603ebfeb3e3d09d21a91540495a55777a..4ff4b39a212dde09d832852e9ebfd27e0392010c 100644
--- a/pkg/analyzer_cli/test/driver_test.dart
+++ b/pkg/analyzer_cli/test/driver_test.dart
@@ -129,12 +129,7 @@ main() {
try {
Directory.current = path.join(tempDirPath, 'proj');
Driver driver = new Driver();
- try {
- await driver.start([path.join('lib', 'file.dart')]);
- } catch (e) {
- print('>>>>>\n${errorSink.toString()}\n<<<<<');
- rethrow;
- }
+ await driver.start([path.join('lib', 'file.dart')]);
expect(errorSink.toString(), isEmpty);
expect(outSink.toString(), contains('No issues found'));
expect(exitCode, 0);
« no previous file with comments | « pkg/analyzer_cli/lib/src/options.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698