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

Unified Diff: test/file_generator_test.dart

Issue 68953002: Update the protocol buffer compiler plug-in library to the latest Dart SDK (Closed) Base URL: https://github.com/dart-lang/dart-protoc-plugin.git@master
Patch Set: Addressed review comments (bumped version) Created 7 years, 1 month 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 | « pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/file_generator_test.dart
diff --git a/test/file_generator_test.dart b/test/file_generator_test.dart
index 4c84b3ac856d4cfb527610334514b897d95055dc..91c2cda37b43c94574bc85732820425f5d0e3a5b 100644
--- a/test/file_generator_test.dart
+++ b/test/file_generator_test.dart
@@ -74,8 +74,6 @@ void main() {
///
library test;
-import 'dart:typed_data';
-
import 'package:fixnum/fixnum.dart';
import 'package:protobuf/protobuf.dart';
@@ -129,8 +127,6 @@ class PhoneNumber extends GeneratedMessage {
///
library test;
-import 'dart:typed_data';
-
import 'package:fixnum/fixnum.dart';
import 'package:protobuf/protobuf.dart';
@@ -203,8 +199,6 @@ class PhoneNumber extends GeneratedMessage {
///
library pb_library;
-import 'dart:typed_data';
-
import 'package:fixnum/fixnum.dart';
import 'package:protobuf/protobuf.dart';
@@ -259,8 +253,6 @@ class PhoneNumber extends GeneratedMessage {
///
library test;
-import 'dart:typed_data';
-
import 'package:fixnum/fixnum.dart';
import 'package:protobuf/protobuf.dart';
« no previous file with comments | « pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698