Index: sdk/lib/_internal/pub/test/list_package_dirs/includes_dev_dependencies_test.dart |
diff --git a/sdk/lib/_internal/pub/test/list_package_dirs/includes_dev_dependencies_test.dart b/sdk/lib/_internal/pub/test/list_package_dirs/includes_dev_dependencies_test.dart |
index aed1bf3f0fd1eddaae3fc01c1370cf72474e085a..69bbe45446b32bb45e3a116e660ad938596e2085 100644 |
--- a/sdk/lib/_internal/pub/test/list_package_dirs/includes_dev_dependencies_test.dart |
+++ b/sdk/lib/_internal/pub/test/list_package_dirs/includes_dev_dependencies_test.dart |
@@ -38,7 +38,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")) |
] |
}); |
}); |