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

Unified Diff: corelib/src/errors.dart

Issue 10882056: Unify AssertionError. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Move AssertionError to errors.dart. Created 8 years, 4 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 | « corelib/src/corelib_sources.gypi ('k') | lib/compiler/implementation/lib/core.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: corelib/src/errors.dart
diff --git a/runtime/tests/vm/dart/mysrc/test2a.dart b/corelib/src/errors.dart
similarity index 89%
copy from runtime/tests/vm/dart/mysrc/test2a.dart
copy to corelib/src/errors.dart
index 58b0310c846854716786d16553d8d30d2dc9bb95..265f657914fc52e7eb37da97c4524ca3b01cb67d 100644
--- a/runtime/tests/vm/dart/mysrc/test2a.dart
+++ b/corelib/src/errors.dart
@@ -2,6 +2,5 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-int test2a() {
- return 2;
+class AssertionError {
}
« no previous file with comments | « corelib/src/corelib_sources.gypi ('k') | lib/compiler/implementation/lib/core.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698