Skip to content

Commit 7d37fe0

Browse files
use correct include path
1 parent f235fc9 commit 7d37fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/tests/test_marks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* -----------------------------------------------------------------------------
1414
*/
1515
#include <fossil/unittest/framework.h> // basic test tools
16-
#include <fossil/unittest/assert.h> // assertion tools
16+
#include <fossil/unittest/assume.h> // assertion tools
1717
#include <fossil/benchmark/framework.h> // benchmark tools
1818

1919
// * * * * * * * * * * * * * * * * * * * * * * * *

0 commit comments

Comments
 (0)