Skip to content

Commit

Permalink
Comment tweaks; Subversion -> Git (about time!)
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoyt committed Oct 27, 2024
1 parent f93ad93 commit 63a302c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/unittest.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* inih -- unit tests
/* inih -- tests
This works simply by dumping a bunch of info to standard output, which is
redirected to an output file (baseline_*.txt) and checked into the Subversion
redirected to an output file (baseline_*.txt) and checked into the Git
repository. This baseline file is the test output, so the idea is to check it
once, and if it changes -- look at the diff and see which tests failed.
Expand Down
2 changes: 1 addition & 1 deletion tests/unittest_alloc.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* inih -- unit tests for custom memory allocator */
/* inih -- tests with custom memory allocator */

#include <stdio.h>
#include <stdlib.h>
Expand Down
2 changes: 1 addition & 1 deletion tests/unittest_string.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* inih -- unit tests for ini_parse_string() */
/* inih -- tests for ini_parse_string() */

#include <stdio.h>
#include <stdlib.h>
Expand Down

0 comments on commit 63a302c

Please sign in to comment.