aboutsummaryrefslogtreecommitdiff
path: root/tests/cmi_tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cmi_tests.cpp')
-rw-r--r--tests/cmi_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cmi_tests.cpp b/tests/cmi_tests.cpp
index a44b31a..c00585b 100644
--- a/tests/cmi_tests.cpp
+++ b/tests/cmi_tests.cpp
@@ -4,7 +4,7 @@
using namespace CMI;
#define NEW_MOVE(VAR, SAN) \
- HalfMove *(VAR) = new HalfMove(); \
+ HalfMove *VAR = new HalfMove(); \
(VAR)->SetSAN((SAN));
HalfMove *BuildTree() {