From ba4cb94bd59e9aceffa6ff10eac696fe7d84efbf Mon Sep 17 00:00:00 2001 From: "Dr Mark C. Sinclair" Date: Mon, 3 Jun 2024 15:26:28 +0100 Subject: [PATCH] chore(developer): correct comments in GetXStringImpl_type4 test --- developer/src/kmcmplib/tests/gtest-compiler-test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer/src/kmcmplib/tests/gtest-compiler-test.cpp b/developer/src/kmcmplib/tests/gtest-compiler-test.cpp index 259cdd6460..3613d1f48b 100644 --- a/developer/src/kmcmplib/tests/gtest-compiler-test.cpp +++ b/developer/src/kmcmplib/tests/gtest-compiler-test.cpp @@ -420,11 +420,11 @@ TEST_F(CompilerTest, GetXStringImpl_type4_test) { KMX_WCHAR output[GLOBAL_BUFSIZE]; PKMX_WCHAR newp = NULL; - // type=3 ('A'), CERR_InvalidToken + // type=3 ('B'), beep, CERR_InvalidToken u16cpy(str, u"bcd"); EXPECT_EQ(CERR_InvalidToken, GetXStringImpl(tstr, &fk, str, u"", output, 80, 0, &newp, FALSE)); - // type=4 ('B'), CERR_BeepInVirtualKeySection *** TODO *** + // type=4 ('B'), beep, CERR_BeepInVirtualKeySection *** TODO *** // type=4 ('B'), beep, valid u16cpy(str, u"beep");