[PATCH 0/1] MR7248: wbemprox/tests: Fix typo.
From: Hans Leidekker <hans(a)codeweavers.com> Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57766 --- dlls/wbemprox/tests/query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/wbemprox/tests/query.c b/dlls/wbemprox/tests/query.c index 21c9a704e78..07d1ca73622 100644 --- a/dlls/wbemprox/tests/query.c +++ b/dlls/wbemprox/tests/query.c @@ -90,7 +90,7 @@ static void test_select( IWbemServices *services ) L"SELECT\na\rFROM\tb", L"SELECT * FROM Win32_Process WHERE Caption LIKE \"%firefox.exe\"", L"SELECT * FROM Win32_VideoController where availability = '3'", - L"SELECT * FROM Win3_BIOS WHERE NAME <> NULL", + L"SELECT * FROM Win32_BIOS WHERE NAME <> NULL", L"SELECT * FROM Win32_BIOS WHERE NULL = NAME", L"SELECT * FROM Win32_LogicalDiskToPartition", L"SELECT * FROM Win32_DiskDriveToDiskPartition", -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/7248
This merge request was approved by Jinoh Kang. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7248
participants (3)
-
Hans Leidekker -
Hans Leidekker (@hans) -
Jinoh Kang (@iamahuman)