More github cleanup
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -471,12 +471,12 @@ namespace UnitTest
|
||||
// ------------------------------------
|
||||
// String
|
||||
{
|
||||
string s = "hello";
|
||||
AZStd::string s = "hello";
|
||||
|
||||
wb.Write(s);
|
||||
AZ_TEST_ASSERT(wb.Size() == s.length() + sizeof(AZ::u16));
|
||||
|
||||
string rs;
|
||||
AZStd::string rs;
|
||||
rb = ReadBuffer(wb.GetEndianType(), wb.Get(), wb.Size());
|
||||
rb.Read(rs);
|
||||
AZ_TEST_ASSERT(rs == s);
|
||||
|
||||
Reference in New Issue
Block a user