Index: sdk/lib/_internal/pub/test/list_package_dirs/ignores_updated_pubspec_test.dart |
diff --git a/sdk/lib/_internal/pub/test/list_package_dirs/ignores_updated_pubspec_test.dart b/sdk/lib/_internal/pub/test/list_package_dirs/ignores_updated_pubspec_test.dart |
index 179ef84fa1ceb43f33b4ac9be7565ce37c91d063..33d5065cea63a50e639b8ea3f77277a2c5b14c7a 100644 |
--- a/sdk/lib/_internal/pub/test/list_package_dirs/ignores_updated_pubspec_test.dart |
+++ b/sdk/lib/_internal/pub/test/list_package_dirs/ignores_updated_pubspec_test.dart |
@@ -42,7 +42,8 @@ main() { |
"myapp": canonicalize(path.join(sandboxDir, appPath, "lib")) |
}, |
"input_files": [ |
- canonicalize(path.join(sandboxDir, appPath, "pubspec.lock")) |
+ canonicalize(path.join(sandboxDir, appPath, "pubspec.lock")), |
+ canonicalize(path.join(sandboxDir, appPath, "pubspec.yaml")) |
] |
}); |
}); |