summaryrefslogtreecommitdiff
path: root/test/test_csv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_csv.cpp')
-rw-r--r--test/test_csv.cpp2
1 files changed, 1 insertions, 1 deletions
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));
}