mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
pass by reference
This commit is contained in:
@ -120,7 +120,6 @@ TEST_CASE("string to std::chrono::duration", "[support]") {
|
||||
REQUIRE(StringTo<ns>("150ns") == ns(150));
|
||||
REQUIRE(StringTo<ns>("150s") == s(150));
|
||||
REQUIRE(StringTo<s>("3 s") == s(3));
|
||||
|
||||
REQUIRE_THROWS(StringTo<ns>("5xs"));
|
||||
REQUIRE_THROWS(StringTo<ns>("asvn"));
|
||||
}
|
||||
|
Reference in New Issue
Block a user