X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dcf893e03deb3f71feeee0218a83e7ed76aa574d..8820dd4f9cdbc21f49fcaf25ae93f6895d452219:/examples/lua/state_cloner/duplicated_globals.tesh diff --git a/examples/lua/state_cloner/duplicated_globals.tesh b/examples/lua/state_cloner/duplicated_globals.tesh index 97ade40e0c..c8029d71d9 100644 --- a/examples/lua/state_cloner/duplicated_globals.tesh +++ b/examples/lua/state_cloner/duplicated_globals.tesh @@ -4,8 +4,8 @@ $ lua duplicated_globals.lua > [0.000000] [lua/INFO] Global string is 'A global string set by maestro' > [Tremblay:set_global_string:(1) 0.000000] [lua/INFO] Changing the global string > [Tremblay:set_global_string:(1) 0.000000] [lua/INFO] Global string is 'Calling set_global_string() from Tremblay' -> [Bourassa:replace:(2) 0.000000] [lua/INFO] Overwriting function please_don't_replace_me() +> [Bourassa:replace:(2) 0.000000] [lua/INFO] Overwriting function please_dont_replace_me() > [Bourassa:replace:(2) 0.000000] [lua/INFO] Changing the global string > [Bourassa:replace:(2) 0.000000] [lua/INFO] Global string is 'Calling replace() from Bourassa' -> [Jupiter:please_don't_replace_me:(3) 0.000000] [lua/INFO] Hello from please_don't_replace_me(). I'm lucky, I still exist in this state. -> [Jupiter:please_don't_replace_me:(3) 0.000000] [lua/INFO] Global string is 'A global string set by maestro' +> [Jupiter:please_dont_replace_me:(3) 0.000000] [lua/INFO] Hello from please_dont_replace_me(). I'm lucky, I still exist in this state. +> [Jupiter:please_dont_replace_me:(3) 0.000000] [lua/INFO] Global string is 'A global string set by maestro'