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

Unified Diff: pkg/front_end/test/scanner_replacement_test.dart

Issue 2772513006: fix missing digit error translation (Closed)
Patch Set: rebase 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
« no previous file with comments | « pkg/front_end/lib/src/scanner/errors.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/test/scanner_replacement_test.dart
diff --git a/pkg/front_end/test/scanner_replacement_test.dart b/pkg/front_end/test/scanner_replacement_test.dart
index 0eb401f4fb568d07a280304fb7d0c538fe89a5f8..171d943906d6aaf0ec019bb2d50ead2b5641ff37 100644
--- a/pkg/front_end/test/scanner_replacement_test.dart
+++ b/pkg/front_end/test/scanner_replacement_test.dart
@@ -96,20 +96,6 @@ class ScannerTest_Replacement extends ScannerTest {
@override
@failingTest
- void test_double_missingDigitInExponent() {
- // TODO(danrubel): investigate and fix
- super.test_double_missingDigitInExponent();
- }
-
- @override
- @failingTest
- void test_hexidecimal_missingDigit() {
- // TODO(danrubel): investigate and fix
- super.test_hexidecimal_missingDigit();
- }
-
- @override
- @failingTest
void test_mismatched_closer() {
// TODO(danrubel): investigate and fix
super.test_mismatched_closer();
« no previous file with comments | « pkg/front_end/lib/src/scanner/errors.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698