Upgrade package:path from 1.7.0 (1.7.0 in pubpsec.yaml) to 4b8c83cd5ccfcc8101acd2940ffb5a44d24ec57e (1.7.0 in pubspec.yaml).

R=nbosch@google.com

Change-Id: I389146c4440b35462cc3277eba491aeadb3c0435
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144722
Commit-Queue: David Morgan <davidmorgan@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
This commit is contained in:
David Morgan 2020-05-06 10:38:55 +00:00 committed by commit-bot@chromium.org
parent 8c8249fa01
commit cc29a4e6e4
2 changed files with 3 additions and 3 deletions

2
DEPS
View file

@ -116,7 +116,7 @@ vars = {
"mustache_tag": "664737ecad027e6b96d0d1e627257efa0e46fcb1",
"oauth2_tag": "1.6.0",
"package_config_tag": "v1.9.2",
"path_tag": "1.7.0",
"path_tag": "4b8c83cd5ccfcc8101acd2940ffb5a44d24ec57e",
"pedantic_tag": "v1.9.0",
"ply_rev": "604b32590ffad5cbb82e4afef1d305512d06ae93",
"pool_tag": "86fbb2cde9bbc66c8d159909d2f65a5981ea5b50",

View file

@ -11,9 +11,9 @@ import 'test_helper.dart';
const String file = 'package:path/path.dart';
// At join() function
const int LINE_A = 259;
const int LINE_A = 271;
// At current getter function
const int LINE_B = 84;
const int LINE_B = 83;
testMain() {
print(join('test', 'test'));