@@ -219,10 +219,7 @@ tests_impls! {
219219 }
220220}
221221
222- // Windows-specific test index - commented out due to macro resolution issues
223- // The tests are already defined above and will run on all platforms
224- /*
225- #[ cfg( target_os = "windows" ) ]
222+ // Windows-specific test index (cfg directive disabled as requested)
226223tests_index ! {
227224 a_true_pass,
228225 a_true_fail_simple,
@@ -254,39 +251,4 @@ tests_index! {
254251 a_dbg_not_id_fail_with_msg,
255252 a_dbg_not_id_fail_with_msg_template,
256253}
257- */
258254
259- #[ cfg( not( target_os = "windows" ) ) ]
260- tests_index ! {
261- a_true_pass,
262- a_true_fail_simple,
263- a_true_fail_with_msg,
264- a_true_fail_with_msg_template,
265-
266- a_id_pass,
267- a_id_fail_simple,
268- a_id_fail_with_msg,
269- a_id_fail_with_msg_template,
270-
271-
272- a_not_id_pass,
273- a_not_id_fail_simple,
274- a_not_id_fail_with_msg,
275- a_not_id_fail_with_msg_template,
276-
277-
278- a_dbg_true_pass,
279- a_dbg_true_fail_simple,
280- a_dbg_true_fail_with_msg,
281- a_dbg_true_fail_with_msg_template,
282-
283- a_dbg_id_pass,
284- a_dbg_id_fail_simple,
285- a_dbg_id_fail_with_msg,
286- a_dbg_id_fail_with_msg_template,
287-
288- a_dbg_not_id_pass,
289- a_dbg_not_id_fail_simple,
290- a_dbg_not_id_fail_with_msg,
291- a_dbg_not_id_fail_with_msg_template,
292- }
0 commit comments