Skip to content

Commit

Permalink
Fix a Dart 2 runtime test failure (flutter#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 authored May 2, 2018
1 parent f9d3175 commit 6e98cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/byte_accumulator_sink_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import 'package:convert/convert.dart';
import 'package:test/test.dart';

void main() {
var sink;
ByteAccumulatorSink sink;
setUp(() {
sink = new ByteAccumulatorSink();
});
Expand Down

0 comments on commit 6e98cd4

Please sign in to comment.