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

Unified Diff: test/file_generator_test.dart

Issue 25708003: Update the protocol buffer compiler plugin to use Int64 from the fixnum package (Closed) Base URL: https://github.com/dart-lang/dart-protoc-plugin.git@master
Patch Set: Created 7 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: test/file_generator_test.dart
diff --git a/test/file_generator_test.dart b/test/file_generator_test.dart
index 2f3b078f7fae60898559ba417cf27fe04337089a..4c84b3ac856d4cfb527610334514b897d95055dc 100644
--- a/test/file_generator_test.dart
+++ b/test/file_generator_test.dart
@@ -76,6 +76,7 @@ library test;
import 'dart:typed_data';
+import 'package:fixnum/fixnum.dart';
import 'package:protobuf/protobuf.dart';
class PhoneNumber extends GeneratedMessage {
@@ -130,6 +131,7 @@ library test;
import 'dart:typed_data';
+import 'package:fixnum/fixnum.dart';
import 'package:protobuf/protobuf.dart';
class PhoneType extends ProtobufEnum {
@@ -203,6 +205,7 @@ library pb_library;
import 'dart:typed_data';
+import 'package:fixnum/fixnum.dart';
import 'package:protobuf/protobuf.dart';
class PhoneNumber extends GeneratedMessage {
@@ -258,6 +261,7 @@ library test;
import 'dart:typed_data';
+import 'package:fixnum/fixnum.dart';
import 'package:protobuf/protobuf.dart';
class PhoneNumber extends GeneratedMessage {
« pubspec.yaml ('K') | « pubspec.yaml ('k') | test/generated_message_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698