From 8f12614f2da8221438a3807b1d234517650fbdb6 Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Thu, 2 Jan 2025 16:27:56 -0600 Subject: Clang tidy fixes. --- test/test_csv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test_csv.cpp b/test/test_csv.cpp index 6923f6f..90e7ef0 100644 --- a/test/test_csv.cpp +++ b/test/test_csv.cpp @@ -64,7 +64,7 @@ TEST(FudCsv, ParseCsvFromFilename) debugPrint(u8"Wrote happy data:\n-----\n{}\n-----\n", happyData); - auto parseStatus = Csv::parseFromFilename(csv, NullOpt, happyCsvFilename); + auto parseStatus = Csv::parseFromFilenameUnbuffered(csv, happyCsvFilename); if (parseStatus != FudStatus::Success) { debugPrint(u8"Error parsing file: {}\n", FudStatusToString(parseStatus)); } -- cgit v1.2.3