 Chromium Code Reviews
 Chromium Code Reviews 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
    
  
    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| 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; | 
| } |