diff --git a/dlls/oleaut32/tests/vartest.c b/dlls/oleaut32/tests/vartest.c index 5a0afd02691..cfcf1f0517c 100644 --- a/dlls/oleaut32/tests/vartest.c +++ b/dlls/oleaut32/tests/vartest.c @@ -210,7 +210,7 @@ static const char *vtstr(int x) case 0x4000: return "VT_BYREF"; case 0x8000: - return "VT_BYREF"; + return "VT_RESERVED"; case 0xFFFF: return "VT_ILLEGAL";