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

Unified Diff: pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart

Issue 2985503002: Parenthesize expressions as needed in elements text dump. (Closed)
Patch Set: Created 3 years, 5 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/test/src/summary/resynthesize_kernel_test.dart
diff --git a/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart b/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
index 5f091e89c02f38161dce00fec68a03d2629be56b..7d74587706d9cbaf6c5d00ec267aab5dcea68b17 100644
--- a/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
+++ b/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
@@ -568,6 +568,11 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
+ test_const_topLevel_parenthesis() async {
+ await super.test_const_topLevel_parenthesis();
+ }
+
+ @failingTest
test_const_topLevel_prefix() async {
await super.test_const_topLevel_prefix();
}

Powered by Google App Engine
This is Rietveld 408576698