Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reverting the change to xbt_uniform_int
[simgrid.git] / src / xbt / config_test.cpp
index 8b419246fe3008d3212df3d22caabcc409efa350..f870f3365ac57e2aca7d3e670c656ca392410e69 100644 (file)
@@ -47,7 +47,7 @@ TEST_CASE("xbt::config: Configuration support", "config")
     int ival = simgrid::config::get_value<int>("speed");
     REQUIRE(ival == 42); // Unexpected value for speed
 
-    INFO("Access to a non-existant entry");
+    INFO("Access to a non-existent entry");
 
     REQUIRE_THROWS_AS(simgrid::config::set_parse("color:blue"), std::out_of_range);