Skip to content

Commit 4594e6b

Browse files
committed
Fix logic mistake when disabling broken test
1 parent b31ae36 commit 4594e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/TPC/simulation/test/testTPCSAMPAProcessing.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ BOOST_AUTO_TEST_CASE(SAMPA_saturation_test)
6363

6464
// On non-x86_64 architectures, the vectorization code doesn't work and triggers
6565
// an assertion error in Vc at runtime.
66-
#ifndef __x86_64__
66+
#ifdef __x86_64__
6767
/// \brief Test of the Gamma4 function
6868
BOOST_AUTO_TEST_CASE(SAMPA_Gamma4_test)
6969
{

0 commit comments

Comments
 (0)