mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-20 06:58:20 +00:00
Merge #3240
3240: Fix UUID in test case comment r=heinrich5991 a=Zwelf for `teehistorian-ddnetver-old@ddnet.tw` <!-- What is the motivation for the changes of this pull request --> ## Checklist - [ ] Tested the change ingame - [ ] Provided screenshots if it is a visual change - [ ] Tested in combination with possibly related configuration options - [ ] Written a unit test if it works standalone, system.c especially - [ ] Considered possible null pointers and out of bounds array indexing - [ ] Changed no physics that affect existing maps - [ ] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-addresssanitizer--undefinedbehavioursanitizer-or-valgrinds-memcheck) (optional) Co-authored-by: Zwelf <zwelf@strct.cc>
This commit is contained in:
commit
f8da42a19a
|
@ -350,7 +350,7 @@ TEST_F(TeeHistorian, DDNetVersion)
|
|||
'6', '2', '3', 'f', '5', 'e', '4', 'c',
|
||||
'd', '1', '8', '4', '5', '5', '6', ')',
|
||||
0x00,
|
||||
// EX uuid=1397b63e-ee4e-3919-b86a-b058887fcaf5 data_len=4
|
||||
// EX uuid=41b49541-f26f-325d-8715-9baf4b544ef9 data_len=4
|
||||
0x4a,
|
||||
0x41, 0xb4, 0x95, 0x41, 0xf2, 0x6f, 0x32, 0x5d,
|
||||
0x87, 0x15, 0x9b, 0xaf, 0x4b, 0x54, 0x4e, 0xf9,
|
||||
|
|
Loading…
Reference in a new issue