mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-06-09 18:18:41 +02:00
formatted main branch
This commit is contained in:
+3
-1
@@ -51,4 +51,6 @@ TEST_CASE("Construct from string with endianess") {
|
||||
REQUIRE_THROWS(Dtype(">i4") == typeid(int32_t));
|
||||
}
|
||||
|
||||
TEST_CASE("Convert to string") { REQUIRE(Dtype(typeid(int)).to_string() == "<i4"); }
|
||||
TEST_CASE("Convert to string") {
|
||||
REQUIRE(Dtype(typeid(int)).to_string() == "<i4");
|
||||
}
|
||||
Reference in New Issue
Block a user