From c2bb201c7d397e4b50a7432056467e9d08384e1c Mon Sep 17 00:00:00 2001 From: Lionel Duboeuf Date: Sat, 11 Oct 2025 14:34:53 +0200 Subject: separate mkCal Option from Lomiri --- tests/test-eds-ics-tzids-utc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test-eds-ics-tzids-utc.cpp') diff --git a/tests/test-eds-ics-tzids-utc.cpp b/tests/test-eds-ics-tzids-utc.cpp index 8226061..5c85b1c 100644 --- a/tests/test-eds-ics-tzids-utc.cpp +++ b/tests/test-eds-ics-tzids-utc.cpp @@ -82,7 +82,7 @@ TEST_F(VAlarmFixture, UTCAppointments) // what we expect to get... std::array expected_appts1; auto appt1 = &expected_appts1[0]; -#ifndef LOMIRI_FEATURES_ENABLED +#ifndef HAS_MKCAL appt1->uid = "20160322T132738Z"; appt1->color = "#becedd"; #else @@ -95,7 +95,7 @@ TEST_F(VAlarmFixture, UTCAppointments) std::array expected_appts2; auto appt2 = &expected_appts2[0]; -#ifndef LOMIRI_FEATURES_ENABLED +#ifndef HAS_MKCAL appt2->uid = "20160322T132738Z"; appt2->color = "#62a0ea"; #else -- cgit v1.2.3