From 375607d9969896c894fa2642ce4a0b8b519a2adb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 2 Sep 2017 15:34:07 +0200 Subject: Use QString and QVector instead of std ones and more --- qtmips_machine/tests/tst_machine.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qtmips_machine/tests/tst_machine.h') diff --git a/qtmips_machine/tests/tst_machine.h b/qtmips_machine/tests/tst_machine.h index e5137c4..50915f5 100644 --- a/qtmips_machine/tests/tst_machine.h +++ b/qtmips_machine/tests/tst_machine.h @@ -17,6 +17,9 @@ private Q_SLOTS: void memory_section(); void memory_section_data(); void memory_endian(); + // ProgramMemory + void program_memory(); + void program_memory_data(); }; #endif // TST_MACHINE_H -- cgit v1.2.3