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

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

Issue 44033002: Update status file, and fix unit tests. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 2 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
Index: tests/compiler/dart2js/mock_compiler.dart
===================================================================
--- tests/compiler/dart2js/mock_compiler.dart (revision 29238)
+++ tests/compiler/dart2js/mock_compiler.dart (working copy)
@@ -204,6 +204,9 @@
bool identical(Object a, Object b) { return true; }''';
const String DEFAULT_ISOLATE_HELPERLIB = r'''
+ var startRootIsolate;
+ var _currentIsolate;
+ var _callInIsolate;
class _WorkerBase {}''';
class MockCompiler extends Compiler {

Powered by Google App Engine
This is Rietveld 408576698