Blame checkmk/test/tcase_implied_repeat/x_output

Packit 0b5880
/*
Packit 0b5880
 * DO NOT EDIT THIS FILE. Generated by checkmk.
Packit 0b5880
 * Edit the original source file "in" instead.
Packit 0b5880
 */
Packit 0b5880
Packit 0b5880
#include <check.h>
Packit 0b5880
Packit 0b5880
#line 1 "in"
Packit 0b5880
/* Make sure we catch implied tcase repeats (via same name as suite) */
Packit 0b5880
Packit 0b5880
Packit 0b5880
Packit 0b5880
START_TEST(song)
Packit 0b5880
{
Packit 0b5880
#line 8
Packit 0b5880
    fail_unless("be a lady tonight");
Packit 0b5880
Packit 0b5880
}
Packit 0b5880
END_TEST
Packit 0b5880
Packit 0b5880
#line 12
Packit 0b5880
/* It's fine for a suite and tcase name to collide...
Packit 0b5880
   but the suite name implies a tcase name of the same value until we
Packit 0b5880
   override it. */
Packit 0b5880