Skip to content

Commit

Permalink
Rename test producing segfault.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Nov 21, 2024
1 parent 231d19e commit 71f4154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/importer/model_flattening.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1919,7 +1919,7 @@ TEST(ModelFlattening, modelWithCnUnitsNotDefinedInImportedComponent)
EXPECT_EQ("The model is not fully defined.", importer->error(0)->description());
}

TEST(Experiment, periodicStimulus)
TEST(ModelFlattening, multiLayeredImportOfNonStandardUnits)
{
auto parser = libcellml::Parser::create(false);
auto model = parser->parseModel(fileContents("importer/periodicstimulus/experiments/periodic-stimulus.xml"));
Expand Down

0 comments on commit 71f4154

Please sign in to comment.