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

Unified Diff: runtime/lib/integers_patch.dart

Issue 11801008: Fix tests for VM in checked mode. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add missing expectAsync1 Created 7 years, 11 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: runtime/lib/integers_patch.dart
diff --git a/runtime/lib/integers_patch.dart b/runtime/lib/integers_patch.dart
index 530ac1dbb01a2063ddc581aadfbead2b900f35ca..c6485ab2d6020098e5e5efacdb960c1c2c16c56f 100644
--- a/runtime/lib/integers_patch.dart
+++ b/runtime/lib/integers_patch.dart
@@ -8,7 +8,7 @@
patch class int {
static int _parse(String str) native "Integer_parse";
- static void _throwFormatException(String source) {
+ static int _throwFormatException(String source) {
throw new FormatException(source);
}
« no previous file with comments | « pkg/serialization/lib/src/mirrors_helpers.dart ('k') | runtime/tests/vm/dart/isolate_unhandled_exception_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698