Skip to content

Commit 2d5ef0b

Browse files
authored
Fix test for Dart 2.0 ints (flutter#9)
* Fix test for Dart 2.0 ints * Update pubspec.yaml * Update typed_buffers_test.dart * Update typed_buffers_test.dart * Add 2^63 back to test data * Update CHANGELOG.md * Update typed_buffers_test.dart * Fix tests * run tests only on dev * Update pubspec
1 parent 8aac3e0 commit 2d5ef0b

File tree

4 files changed

+209
-199
lines changed

4 files changed

+209
-199
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: dart
22
dart:
33
- dev
4-
- stable
54

65
dart_task:
76
- test: -p vm,firefox

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.6
2+
3+
* Update tests to work with Dart 2.0 64 bit ints.
4+
15
## 1.1.5
26

37
* Undo unnessesary SDK version constraint tweak.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: typed_data
2-
version: 1.1.5
2+
version: 1.1.6
33
author: Dart Team <[email protected]>
44
description: Utility functions and classes related to the 'dart:typed_data' library.
55
homepage: https://github.com/dart-lang/typed_data
66
dev_dependencies:
77
test: "^0.12.0"
88
environment:
9-
sdk: ">=1.8.0 <2.0.0"
9+
sdk: ">=2.0.0-dev.16.0 <2.0.0"

0 commit comments

Comments
 (0)