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

Side by Side Diff: pkg/analyzer/test/generated/engine_test.dart

Issue 1138853003: Create ChangeNotice(s) and set parsed/resolved units. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 // This code was auto-generated, is not intended to be edited, and is subject to 5 // This code was auto-generated, is not intended to be edited, and is subject to
6 // significant change. Please see the README file for more information. 6 // significant change. Please see the README file for more information.
7 7
8 library engine.engine_test; 8 library engine.engine_test;
9 9
10 import 'dart:async'; 10 import 'dart:async';
(...skipping 5671 matching lines...) Expand 10 before | Expand all | Expand 10 after
5682 LineInfo getLineInfo(Source source) { 5682 LineInfo getLineInfo(Source source) {
5683 fail("Unexpected invocation of getLineInfo"); 5683 fail("Unexpected invocation of getLineInfo");
5684 return null; 5684 return null;
5685 } 5685 }
5686 @override 5686 @override
5687 int getModificationStamp(Source source) { 5687 int getModificationStamp(Source source) {
5688 fail("Unexpected invocation of getModificationStamp"); 5688 fail("Unexpected invocation of getModificationStamp");
5689 return 0; 5689 return 0;
5690 } 5690 }
5691 @override 5691 @override
5692 ChangeNoticeImpl getNotice(Source source) {
5693 fail("Unexpected invocation of getNotice");
5694 return null;
5695 }
5696 @override
5692 Namespace getPublicNamespace(LibraryElement library) { 5697 Namespace getPublicNamespace(LibraryElement library) {
5693 fail("Unexpected invocation of getPublicNamespace"); 5698 fail("Unexpected invocation of getPublicNamespace");
5694 return null; 5699 return null;
5695 } 5700 }
5696 @override 5701 @override
5697 CompilationUnit getResolvedCompilationUnit( 5702 CompilationUnit getResolvedCompilationUnit(
5698 Source unitSource, LibraryElement library) { 5703 Source unitSource, LibraryElement library) {
5699 fail("Unexpected invocation of getResolvedCompilationUnit"); 5704 fail("Unexpected invocation of getResolvedCompilationUnit");
5700 return null; 5705 return null;
5701 } 5706 }
(...skipping 890 matching lines...) Expand 10 before | Expand all | Expand 10 after
6592 @override 6597 @override
6593 bool exists() => true; 6598 bool exists() => true;
6594 } 6599 }
6595 6600
6596 class _UniversalCachePartitionTest_test_setMaxCacheSize 6601 class _UniversalCachePartitionTest_test_setMaxCacheSize
6597 implements CacheRetentionPolicy { 6602 implements CacheRetentionPolicy {
6598 @override 6603 @override
6599 RetentionPriority getAstPriority(Source source, SourceEntry sourceEntry) => 6604 RetentionPriority getAstPriority(Source source, SourceEntry sourceEntry) =>
6600 RetentionPriority.LOW; 6605 RetentionPriority.LOW;
6601 } 6606 }
OLDNEW
« no previous file with comments | « pkg/analyzer/lib/src/task/dart_work_manager.dart ('k') | pkg/analyzer/test/src/task/dart_work_manager_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698