X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/622681e8e06990e7cbfe104545a58f22511a7602..adbc0b061fbbd97f0f803730b8b640de19eb3d92:/teshsuite/smpi/MBI/MissingWaitandStartGenerator.py diff --git a/teshsuite/smpi/MBI/MissingWaitandStartGenerator.py b/teshsuite/smpi/MBI/MissingWaitandStartGenerator.py index 16919726b2..7c6a5edf48 100755 --- a/teshsuite/smpi/MBI/MissingWaitandStartGenerator.py +++ b/teshsuite/smpi/MBI/MissingWaitandStartGenerator.py @@ -109,7 +109,7 @@ for s in gen.isend + gen.psend: # Generate the correct code replace = patterns replace['shortdesc'] = 'Correct matching' - replace['longdesc'] = f'No error' + replace['longdesc'] = 'No error' replace['outcome'] = 'OK' replace['errormsg'] = 'OK' gen.make_file(template, f'ReqLifecycle_{s}_{r}_ok.c', replace)