test/nbt_helpers: Fix wrong test pass message
parent
4af9003761
commit
aef91fe7cd
|
@ -376,7 +376,7 @@ int main(){
|
|||
);
|
||||
delete int64ArrayTestOutput;
|
||||
|
||||
std::cout << "Passed writeInt32Array NBT helper test" << std::endl;
|
||||
std::cout << "Passed writeInt64Array NBT helper test" << std::endl;
|
||||
|
||||
// float ###########################################################
|
||||
uint8_t dataForFloatTest[] = {0xC7, 0x77, 0x77, 0x77};
|
||||
|
|
Loading…
Reference in New Issue