Another attempted sim testcases fix.

This commit is contained in:
Jeff Young 2022-12-07 15:02:06 +00:00
parent 6130ce5d66
commit 5aa204e194
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ class TEST_NETLIST_EXPORTER_FIXTURE : public KI_TEST::SCHEMATIC_TEST_FIXTURE
{
public:
virtual wxString GetNetlistPath( bool aTest = false );
virtual unsigned GetNetlistOptions() { return 0; }
virtual unsigned GetNetlistOptions() { return NETLIST_EXPORTER_SPICE::OPTION_SIM_COMMAND; }
void WriteNetlist();