Skip to content

Commit 61a9c41

Browse files
committed
Merge pull request #705 from dart-lang/devoncarew_upgrade_sdk_windows
upgrade the sdk in use on appveyor
2 parents 7089058 + 47c3c27 commit 61a9c41

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
install:
66
# Investigate scoop?
7-
- choco install -y dart-sdk -version 1.10.0
7+
- choco install -y dart-sdk -version 1.11.0
88
- set PATH=%PATH%;C:\tools\dart-sdk\bin
99
- set PATH=%PATH%;%APPDATA%\Pub\Cache\bin
1010
- pub get

test/model_test.dart

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,8 @@ void main() {
6969
});
7070

7171
test('sdk description', () {
72-
// TODO: This is null for SDK 1.10.
73-
if (sdkAsPackage.hasDocumentation) {
74-
expect(sdkAsPackage.documentation,
75-
startsWith('Welcome to the Dart API reference doc'));
76-
}
72+
expect(sdkAsPackage.documentation,
73+
startsWith('Welcome to the Dart API reference doc'));
7774
});
7875
});
7976

0 commit comments

Comments
 (0)