Blob Blame History Raw
/*
 * DO NOT EDIT THIS FILE. Generated by checkmk.
 * Edit the original source file "in" instead.
 */

#include <check.h>

#line 1 "in"
/* Make sure we catch implied tcase repeats (via same name as suite) */



START_TEST(song)
{
#line 8
    fail_unless("be a lady tonight");

}
END_TEST

#line 12
/* It's fine for a suite and tcase name to collide...
   but the suite name implies a tcase name of the same value until we
   override it. */