From 9ad3e59c8f9299211aefd5cffc0c7cf0aa181b26 Mon Sep 17 00:00:00 2001 From: alphataubio Date: Thu, 3 Oct 2024 12:38:32 -0400 Subject: [PATCH] Update test_atom_styles.cpp --- unittest/formats/test_atom_styles.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/unittest/formats/test_atom_styles.cpp b/unittest/formats/test_atom_styles.cpp index 921d469e31..293574c7e0 100644 --- a/unittest/formats/test_atom_styles.cpp +++ b/unittest/formats/test_atom_styles.cpp @@ -347,7 +347,6 @@ void ASSERT_ATOM_STATE_EQ(Atom *atom, const AtomState &expected) ASSERT_ARRAY_ALLOCATED(atom->x, expected.has_x); ASSERT_ARRAY_ALLOCATED(atom->v, expected.has_v); ASSERT_ARRAY_ALLOCATED(atom->f, expected.has_f); - ASSERT_ARRAY_ALLOCATED(atom->q, expected.q_flag); ASSERT_ARRAY_ALLOCATED(atom->mu, expected.mu_flag); ASSERT_ARRAY_ALLOCATED(atom->omega, expected.omega_flag);