summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/testparse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testparse.cpp b/tests/testparse.cpp
index 818827bca..0257614cb 100644
--- a/tests/testparse.cpp
+++ b/tests/testparse.cpp
@@ -15,7 +15,7 @@ void TestParse::testParseCSV()
1, // mm/dd/yyyy
2, // min:sec
0, 1, 2, 3, -1, -1, 4, -1, // Dive #, date, time, duration, maxdepth, avgdepth
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1), 0);
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1), 0);
fprintf(stderr, "number of dives %d \n", dive_table.nr);
}