]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/mc_snapshot.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename surf::Link into surf::LinkImpl to make room for s4u
[simgrid.git] / src / mc / mc_snapshot.cpp
index 0e92ed0ef325a465117c3028032e017401adf3c6..f2c7ad6d77d631dfc9a4c66a6d4538402a1f9234 100644 (file)
@@ -234,7 +234,7 @@ XBT_TEST_UNIT("page_snapshots", test_per_snpashots, "Test per-page snapshots")
 
 static void test_snapshot(bool sparse_checkpoint) {
 
-  xbt_test_add("Initialisation");
+  xbt_test_add("Initialization");
   _sg_mc_sparse_checkpoint = sparse_checkpoint;
   xbt_assert(xbt_pagesize == getpagesize());
   xbt_assert(1 << xbt_pagebits == xbt_pagesize);