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

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

Issue 10915083: Change assert implementation to not depend on a top-level function called 'assert'. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review comments. Created 8 years, 3 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/compiler/dart2js/mock_compiler.dart ('k') | tests/language/assert_lexical_scope_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/unparser_test.dart
diff --git a/tests/compiler/dart2js/unparser_test.dart b/tests/compiler/dart2js/unparser_test.dart
index 5186a136c9d0d4a83ea5357942289b8446eecd7f..6a4863e8889c397bf55e0b5aaf54eb8e37d39f32 100644
--- a/tests/compiler/dart2js/unparser_test.dart
+++ b/tests/compiler/dart2js/unparser_test.dart
@@ -35,7 +35,6 @@ interface Map {}
interface Closure {}
interface Dynamic {}
interface Null {}
-assert() {}
class Math {
static double parseDouble(String s) => 1.0;
}
« no previous file with comments | « tests/compiler/dart2js/mock_compiler.dart ('k') | tests/language/assert_lexical_scope_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698