Skip to content

Commit 11ddacd

Browse files
FuzzTest Teamcopybara-github
authored andcommitted
Fix type in ReadFilesFromDirectory signature
PiperOrigin-RevId: 599216081
1 parent ef509f8 commit 11ddacd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzztest/internal/io.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ absl::string_view Basename(absl::string_view filename) {
154154
}
155155

156156
std::vector<std::tuple<std::string>> ReadFilesFromDirectory(
157-
std::string_view dir) {
157+
absl::string_view dir) {
158158
std::vector<FilePathAndData> files =
159159
ReadFileOrDirectory({dir.data(), dir.size()});
160160

0 commit comments

Comments
 (0)