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

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

Issue 2793813002: Fix an issue with duplicate reported analysis errors. (Closed)
Patch Set: Created 3 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: pkg/analyzer_cli/test/errors_reported_once_test.dart
diff --git a/pkg/analyzer_cli/test/errors_reported_once_test.dart b/pkg/analyzer_cli/test/errors_reported_once_test.dart
index 2f7b575b461cf1034421e417ca1be35a24a71a27..c3d2c5306bc3629eec4dd8269e71ba68582a8043 100644
--- a/pkg/analyzer_cli/test/errors_reported_once_test.dart
+++ b/pkg/analyzer_cli/test/errors_reported_once_test.dart
@@ -39,7 +39,6 @@ class ErrorsReportedOnceTest {
exitHandler = savedExitHandler;
}
- @failingTest // #25697
test_once() async {
String testDir = path.join(testDirectory, 'data', 'errors_reported_once');
Driver driver = new Driver();

Powered by Google App Engine
This is Rietveld 408576698