Skip to content

Commit 6e98cd4

Browse files
authored
Fix a Dart 2 runtime test failure (flutter#14)
1 parent f9d3175 commit 6e98cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/byte_accumulator_sink_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import 'package:convert/convert.dart';
66
import 'package:test/test.dart';
77

88
void main() {
9-
var sink;
9+
ByteAccumulatorSink sink;
1010
setUp(() {
1111
sink = new ByteAccumulatorSink();
1212
});

0 commit comments

Comments
 (0)