[LLDB][NativePDB] fix find-functions.cpp failure on windows bots
diff --git a/lldb/test/Shell/SymbolFile/NativePDB/find-functions.cpp b/lldb/test/Shell/SymbolFile/NativePDB/find-functions.cpp
index 969ba05..6e93afe 100644
--- a/lldb/test/Shell/SymbolFile/NativePDB/find-functions.cpp
+++ b/lldb/test/Shell/SymbolFile/NativePDB/find-functions.cpp
@@ -26,10 +26,10 @@
 }
 
 // FIND-MAIN:      Function: id = {{.*}}, name = "main"
-// FIND-MAIN-NEXT: FuncType: id = {{.*}}, byte-size = 0, compiler_type = "int (int, char **)"
+// FIND-MAIN-NEXT: FuncType: id = {{.*}}, compiler_type = "int (int, char **)"
 
 // FIND-STATIC:      Function: id = {{.*}}, name = "static_fn"
-// FIND-STATIC-NEXT: FuncType: id = {{.*}}, byte-size = 0, compiler_type = "int (void)"
+// FIND-STATIC-NEXT: FuncType: id = {{.*}}, compiler_type = "int (void)"
 
 // FIND-VAR:      Function: id = {{.*}}, name = "varargs_fn"
-// FIND-VAR-NEXT: FuncType: id = {{.*}}, byte-size = 0, compiler_type = "int (int, int, ...)"
+// FIND-VAR-NEXT: FuncType: id = {{.*}}, compiler_type = "int (int, int, ...)"