Skip to content

Commit

Permalink
Merge branch 'image-build_test_release' of https://github.com/NWChemE…
Browse files Browse the repository at this point in the history
…x-Project/TensorWrapper into image-build_test_release
  • Loading branch information
yzhang-23 committed Sep 1, 2023
2 parents 366bdab + 89a59dc commit 855620b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions tests/integration/blank_test.cpp
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
#define CATCH_CONFIG_MAIN
#include <iostream>
#include <catch2/catch.hpp>
#include <iostream>

int print_and_return(int ii) {
std::cout<<"This is only a blank model for an integration test."<<std::endl;
std::cout << "This is only a blank model for an integration test."
<< std::endl;
return 0;
}

TEST_CASE("Blank test", "[classic]")
{
REQUIRE(print_and_return(0) == 0);
}
TEST_CASE("Blank test", "[classic]") { REQUIRE(print_and_return(0) == 0); }

0 comments on commit 855620b

Please sign in to comment.