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

Unified Diff: tests/compiler/dart2js/js_parser_test.dart

Issue 15333006: Rewrite double.parse. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Upload Created 7 years, 7 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 | « tests/co19/co19-runtime.status ('k') | tests/corelib/string_trim2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/js_parser_test.dart
diff --git a/tests/compiler/dart2js/js_parser_test.dart b/tests/compiler/dart2js/js_parser_test.dart
index 1d972f068a85f59e11db5d48f473fa7415b023b1..5109ccfbb770cd7405ff1cdb1bafa7454fc4e129 100644
--- a/tests/compiler/dart2js/js_parser_test.dart
+++ b/tests/compiler/dart2js/js_parser_test.dart
@@ -105,7 +105,6 @@ void main() {
// Bad keyword.
testError('var typeof = 42', "Expected ALPHA");
// Malformed decimal/hex.
- testError('var x = 42.', "Unparseable number");
testError('var x = 1.1.1', "Unparseable number");
testError('var x = 0xabcdefga', "Unparseable number");
testError('var x = 0xabcdef\$a', "Unparseable number");
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | tests/corelib/string_trim2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698