Skip to content

Commit 7ac997f

Browse files
author
Julian Hall
committed
Removing temporary file
1 parent 0d1dc13 commit 7ac997f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

check/TestOptions.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,5 +555,8 @@ TEST_CASE("incomplete-options-file-line", "[highs_options]") {
555555

556556
Highs h;
557557
h.setOptionValue("output_flag", dev_run);
558+
558559
REQUIRE(h.readOptions(incomplete_options_file) == HighsStatus::kOk);
560+
561+
std::remove(incomplete_options_file.c_str());
559562
}

0 commit comments

Comments
 (0)