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

Unified Diff: tests/compiler/dart2js/serialization/analysis3_test.dart

Issue 2220333007: Fix Resolution.getResolvedAst for serialization in production mode (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « pkg/compiler/lib/src/compiler.dart ('k') | tests/compiler/dart2js/serialization/analysis4_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/serialization/analysis3_test.dart
diff --git a/tests/compiler/dart2js/serialization/model3_test.dart b/tests/compiler/dart2js/serialization/analysis3_test.dart
similarity index 78%
copy from tests/compiler/dart2js/serialization/model3_test.dart
copy to tests/compiler/dart2js/serialization/analysis3_test.dart
index d3a2ff15c725cd8037f177d542a2b6de22b48618..84da9d992a93b1e7e4f611cd2a69c2d7107e1b84 100644
--- a/tests/compiler/dart2js/serialization/model3_test.dart
+++ b/tests/compiler/dart2js/serialization/analysis3_test.dart
@@ -2,9 +2,9 @@
// 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.
-library dart2js.serialization.model3_test;
+library dart2js.serialization.analysis3_test;
-import 'model_test_helper.dart' as test;
+import 'analysis_test_helper.dart' as test;
import 'test_helper.dart';
main() {
« no previous file with comments | « pkg/compiler/lib/src/compiler.dart ('k') | tests/compiler/dart2js/serialization/analysis4_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698