summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/unittest-cpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/unittest-cpp')
-rw-r--r--3rdparty/unittest-cpp/UnitTest++/DeferredTestReporter.h2
-rw-r--r--3rdparty/unittest-cpp/UnitTest++/DeferredTestResult.h8
2 files changed, 5 insertions, 5 deletions
diff --git a/3rdparty/unittest-cpp/UnitTest++/DeferredTestReporter.h b/3rdparty/unittest-cpp/UnitTest++/DeferredTestReporter.h
index 757e53f808e..35425d8754b 100644
--- a/3rdparty/unittest-cpp/UnitTest++/DeferredTestReporter.h
+++ b/3rdparty/unittest-cpp/UnitTest++/DeferredTestReporter.h
@@ -10,7 +10,7 @@
#include <vector>
-UNITTEST_STDVECTOR_LINKAGE(UnitTest::DeferredTestResult);
+UNITTEST_STDVECTOR_LINKAGE(UnitTest::DeferredTestResult)
namespace UnitTest
{
diff --git a/3rdparty/unittest-cpp/UnitTest++/DeferredTestResult.h b/3rdparty/unittest-cpp/UnitTest++/DeferredTestResult.h
index 092956657c5..0f24b4abb9a 100644
--- a/3rdparty/unittest-cpp/UnitTest++/DeferredTestResult.h
+++ b/3rdparty/unittest-cpp/UnitTest++/DeferredTestResult.h
@@ -23,7 +23,7 @@ public:
}
-UNITTEST_STDVECTOR_LINKAGE(UnitTest::DeferredTestFailure);
+UNITTEST_STDVECTOR_LINKAGE(UnitTest::DeferredTestFailure)
namespace UnitTest
{
@@ -34,14 +34,14 @@ public:
DeferredTestResult();
DeferredTestResult(char const* suite, char const* test);
~DeferredTestResult();
-
+
std::string suiteName;
std::string testName;
std::string failureFile;
-
+
typedef std::vector< DeferredTestFailure > FailureVec;
FailureVec failures;
-
+
float timeElapsed;
bool failed;
};
/mame/log/?h=hlsl_aviplay'>hlsl_aviplayMore work towards generic AVI playback, nw MooglyGuy6 years lisaRemove leftover Olivier Galibert3 months lua_engine_ui_refactor_2Typo fix npwoods6 years m57_troangel-blueseairem/m57_v.cpp: swap red PROM palette bit meaning as per #11443 angelosa21 months make_coco_fdc_fixed[CoCo] Backing out MCFG_SLOT_FIXED(true) Nathan Woods8 years masterigs/igs011.cpp: Fixed inputs for lhb3 (same as lbh2). Vas Crabb8 hours n64-angrylionnw, initial merge of angrylion's RDP changes. therealmogminer@gmail.com10 years netlist-generatednetlist.lua: Fix merge, remove headers again. couriersud5 years new_menusSwallowing shortcut keys the first time the menu comes up; now ESC in the F4 ... Nathan Woods11 years nl-splitfrogsWorking now. Original speed: 215%. Split speed: 491%. Ideally should be Aaron Giles5 years nl_dipsFix missing parentheses Aaron Giles5 years nltool-updatesnltool: Improvements to static solver generation: Aaron Giles5 years py_regtestsImprove abstract class docs angelosa4 years qt6_position-fixchore: identifier changed pattern ... angelosa4 months rendlay_vid-render: Added optional per-frame update support to layout elements. [Ryan Ho... mooglyguy5 years saturn_cdblockAttempting to change transfer active mechanism, doesn't change anything, to b... angelosa10 years saturn_vdp_splitsegasaturn_vdp2.cpp: add m_gfxdecode device, fix startup crash. Add notes rev... angelosa3 years save-experimentsBetter handling of null/missing items. More consistent error handling. Reduce... Aaron Giles4 years save_structsUpdate voodoo code to leverage new save_registrar instead of its own temporar... Aaron Giles4 years shangha3_dropshangha3_v.cpp: proposed fix for shangha3 drawing phantom drop shadows for pl... angelosa3 years taitoair_vcotaito/tc0080vco.cpp: describe fix angelosa2 years taitowlf_zoomtaito/taitowlf.cpp: preliminary Zoom hookup angelosa23 months time-experimentsRemaining fixes Aaron Giles4 years time-experiments2Stop memsetting structures. Aaron Giles4 years vamphalf_misncrftvamphalf.cpp: move wyvernwg to own state machine, add some basic protection t... angelosa3 years voodoo_directx11Fix some vegas games not booting Ted Green5 years x86_std-exceptionscpu/i386: saner fatal error handling