 Chromium Code Reviews
 Chromium Code Reviews Issue 12212016:
  Remove Expect from core library.  (Closed) 
  Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
    
  
    Issue 12212016:
  Remove Expect from core library.  (Closed) 
  Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart| Index: tests/compiler/dart2js_extra/logical_or_test.dart | 
| diff --git a/tests/compiler/dart2js_extra/logical_or_test.dart b/tests/compiler/dart2js_extra/logical_or_test.dart | 
| index 7d9fffd9fb327ae50acb8cb4b215ae8fa819b816..c7848bcfd8b0df3c919aa5205d84677541300263 100644 | 
| --- a/tests/compiler/dart2js_extra/logical_or_test.dart | 
| +++ b/tests/compiler/dart2js_extra/logical_or_test.dart | 
| @@ -2,6 +2,8 @@ | 
| // 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. | 
| +import "package:expect/expect.dart"; | 
| + | 
| void or1() { | 
| var b = true; | 
| b = b || b; |