Skip to content

Commit

Permalink
#1163: do not check application name
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Dec 21, 2020
1 parent 0817ac7 commit d3b55fa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/unit/runtime/test_initialization.nompi.cc
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ using TestInitialization = TestHarness;

TEST_F(TestInitialization, test_initialize_no_args) {
vt::initialize();

EXPECT_EQ(theConfig()->prog_name, "vt_unknown");

vt::finalize();
}

Expand Down

0 comments on commit d3b55fa

Please sign in to comment.