Skip to content

Commit

Permalink
[Test] Remove dead code from ThermoPhase_Test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed May 1, 2021
1 parent 7b79f5e commit 20b31d4
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions test/thermo/ThermoPhase_Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,6 @@
namespace Cantera
{

class ThermoPhase_Fixture : public testing::Test
{
protected:
ThermoPhase test_phase;
public:
ThermoPhase_Fixture() {}

~ThermoPhase_Fixture() {}

void initializeElements()
{
test_phase.addElement("A", 1.);
test_phase.addElement("B", 2.);
test_phase.addElement("C", 3.);
}
};

class TestThermoMethods : public testing::Test
{
public:
Expand Down

0 comments on commit 20b31d4

Please sign in to comment.