20#ifndef GCC_DIAGNOSTICS_SELFTEST_SOURCE_PRINTING_H
21#define GCC_DIAGNOSTICS_SELFTEST_SOURCE_PRINTING_H
42struct source_printing_fixture
44 source_printing_fixture (const ::selftest::line_table_case &case_,
47 const char *get_filename ()
const
49 return m_tmp_source_file.get_filename ();
52 const char *m_content;
53 ::selftest::temp_source_file m_tmp_source_file;
54 ::selftest::line_table_test m_ltt;
74struct source_printing_fixture_one_liner_utf8
75 :
public source_printing_fixture
77 source_printing_fixture_one_liner_utf8 (const ::selftest::line_table_case &case_);
Definition coretypes.h:167