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

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

Issue 1409803006: Rename apiimpl.Compiler to CompilerImpl. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Fix long lines Created 5 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/library_resolution_test.dart
diff --git a/tests/compiler/dart2js/library_resolution_test.dart b/tests/compiler/dart2js/library_resolution_test.dart
index 3d6c035cd3b3448e37ac6fa560deb0cc0e9fefeb..d45431236d5b3ab85aa875d6432cad568fccf2aa 100644
--- a/tests/compiler/dart2js/library_resolution_test.dart
+++ b/tests/compiler/dart2js/library_resolution_test.dart
@@ -48,7 +48,7 @@ const LibraryInfo mock2LibraryInfo = const LibraryInfo(
platforms: DART2JS_PLATFORM);
-class CustomCompiler extends Compiler {
+class CustomCompiler extends CompilerImpl {
final Map<String, LibraryInfo> customLibraryInfo;
CustomCompiler(
@@ -111,7 +111,7 @@ main() {
Expect.equals(1, actualMessageCount);
}
- Compiler compiler = new CustomCompiler(
+ CompilerImpl compiler = new CustomCompiler(
{},
new LegacyCompilerInput(wrappedProvider),
new LegacyCompilerDiagnostics(wrappedHandler),
« no previous file with comments | « tests/compiler/dart2js/js_backend_cps_ir_source_information_test.dart ('k') | tests/compiler/dart2js/memory_compiler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698