X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/059ffba3002aa86e17392c7f2c884095ab64591b..d96c801afcc9beac00274914682f4ce28f54ed7f:/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'