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

Unified Diff: tests/language/src/PrivateFactoryResolutionNegativeTest.dart

Issue 9264069: Improve frog error reporting when providing too few or too many arguments. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
« no previous file with comments | « frog/member.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/src/PrivateFactoryResolutionNegativeTest.dart
diff --git a/tests/language/src/PrivateFactoryResolutionNegativeTest.dart b/tests/language/src/PrivateFactoryResolutionNegativeTest.dart
index 92b07c99ab28cf7eadf8b147f7fa39f0522cb2bb..d7db72784c2376c429de451ae7f4e861e2c8666c 100644
--- a/tests/language/src/PrivateFactoryResolutionNegativeTest.dart
+++ b/tests/language/src/PrivateFactoryResolutionNegativeTest.dart
@@ -2,7 +2,7 @@
// 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.
-class PrivateFactoryResolutionTest {
+class PrivateFactoryResolutionNegativeTest {
static testMain() {
new TypeError._uninstantiable();
« no previous file with comments | « frog/member.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698