Index: utils/tests/pub/sdk_constraint_test.dart |
diff --git a/utils/tests/pub/sdk_constraint_test.dart b/utils/tests/pub/sdk_constraint_test.dart |
index 33d46862774a1257ddc7cb259157a0934702e1b7..44239098cbfdd5ba8ae46b29a3c05cce084ad942 100644 |
--- a/utils/tests/pub/sdk_constraint_test.dart |
+++ b/utils/tests/pub/sdk_constraint_test.dart |
@@ -35,7 +35,7 @@ main() { |
schedulePub(args: [command], |
error: |
""" |
- Some packages are not compatible with your SDK version 0.1.2+3: |
+ Some packages are not compatible with your SDK version 0.1.2+3 and were NOT installed: |
- 'myapp' requires >2.0.0 |
You may be able to resolve this by upgrading to the latest Dart SDK |
@@ -72,7 +72,7 @@ main() { |
schedulePub(args: [command], |
error: |
""" |
- Some packages are not compatible with your SDK version 0.1.2+3: |
+ Some packages are not compatible with your SDK version 0.1.2+3 and were NOT installed: |
- 'myapp' requires >2.0.0 |
- 'foo' requires >0.1.3 |
@@ -110,7 +110,7 @@ main() { |
schedulePub(args: [command], |
error: |
""" |
- Some packages are not compatible with your SDK version 0.1.2+3: |
+ Some packages are not compatible with your SDK version 0.1.2+3 and were NOT installed: |
- 'bar' requires <0.1.1 |
You may be able to resolve this by upgrading to the latest Dart SDK |
@@ -144,7 +144,7 @@ main() { |
schedulePub(args: [command], |
error: |
""" |
- Some packages are not compatible with your SDK version 0.1.2+3: |
+ Some packages are not compatible with your SDK version 0.1.2+3 and were NOT installed: |
- 'myapp' requires >2.0.0 |
- 'foo' requires >3.0.0 |