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

Unified Diff: pkg/front_end/test/src/base/api_signature_test.dart

Issue 2875373002: Move flat_buffer and api_signature into front_end. (Closed)
Patch Set: Update summary format generator. Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/front_end/lib/src/base/flat_buffers.dart ('k') | pkg/front_end/test/src/base/flat_buffers_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/test/src/base/api_signature_test.dart
diff --git a/pkg/analyzer/test/src/summary/api_signature_test.dart b/pkg/front_end/test/src/base/api_signature_test.dart
similarity index 97%
rename from pkg/analyzer/test/src/summary/api_signature_test.dart
rename to pkg/front_end/test/src/base/api_signature_test.dart
index eb8700b05ee7e944378e120dffae6fba629a71e2..0dbb8468283fec270be7d59ae6af81d7327c7e00 100644
--- a/pkg/analyzer/test/src/summary/api_signature_test.dart
+++ b/pkg/front_end/test/src/base/api_signature_test.dart
@@ -2,12 +2,10 @@
// 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 test.src.summary.api_signature_test;
-
-import 'package:analyzer/src/summary/api_signature.dart';
import 'package:analyzer/src/summary/format.dart';
import 'package:convert/convert.dart';
import 'package:crypto/crypto.dart';
+import 'package:front_end/src/base/api_signature.dart';
import 'package:test/test.dart';
import 'package:test_reflective_loader/test_reflective_loader.dart';
« no previous file with comments | « pkg/front_end/lib/src/base/flat_buffers.dart ('k') | pkg/front_end/test/src/base/flat_buffers_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698