Skip to content

Commit

Permalink
[test] fix test ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasDuvinage committed Dec 11, 2024
1 parent 4a1ebb5 commit 9bfeb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TaskDynamicsTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#include <iostream>

#ifdef __i386__
#if defined __i386__ || defined __aarch64__
# define APPROX_I386(x) doctest::Approx(x)
#else
# define APPROX_I386(x) x
Expand Down

0 comments on commit 9bfeb10

Please sign in to comment.