mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
C++: Fix test expectation
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
test.cpp:
|
||||
# 1| test00(int, int) -> int
|
||||
# 1| int test00(int, int)
|
||||
# 1| Block 0
|
||||
# 1| v0_0(void) = EnterFunction :
|
||||
# 1| m0_1(unknown) = AliasedDefinition :
|
||||
@@ -69,7 +69,7 @@ test.cpp:
|
||||
# 1| v0_34(void) = UnmodeledUse : mu*
|
||||
# 1| v0_35(void) = ExitFunction :
|
||||
|
||||
# 12| test01(int, int) -> int
|
||||
# 12| int test01(int, int)
|
||||
# 12| Block 0
|
||||
# 12| v0_0(void) = EnterFunction :
|
||||
# 12| m0_1(unknown) = AliasedDefinition :
|
||||
@@ -151,7 +151,7 @@ test.cpp:
|
||||
# 12| v0_40(void) = UnmodeledUse : mu*
|
||||
# 12| v0_41(void) = ExitFunction :
|
||||
|
||||
# 25| test02(int, int) -> int
|
||||
# 25| int test02(int, int)
|
||||
# 25| Block 0
|
||||
# 25| v0_0(void) = EnterFunction :
|
||||
# 25| m0_1(unknown) = AliasedDefinition :
|
||||
@@ -240,7 +240,7 @@ test.cpp:
|
||||
# 25| v0_44(void) = UnmodeledUse : mu*
|
||||
# 25| v0_45(void) = ExitFunction :
|
||||
|
||||
# 39| test03(int, int, int *) -> int
|
||||
# 39| int test03(int, int, int*)
|
||||
# 39| Block 0
|
||||
# 39| v0_0(void) = EnterFunction :
|
||||
# 39| m0_1(unknown) = AliasedDefinition :
|
||||
@@ -336,7 +336,7 @@ test.cpp:
|
||||
# 39| v0_47(void) = UnmodeledUse : mu*
|
||||
# 39| v0_48(void) = ExitFunction :
|
||||
|
||||
# 49| my_strspn(const char *, const char *) -> unsigned int
|
||||
# 49| unsigned int my_strspn(char const*, char const*)
|
||||
# 49| Block 0
|
||||
# 49| v0_0(void) = EnterFunction :
|
||||
# 49| m0_1(unknown) = AliasedDefinition :
|
||||
@@ -498,7 +498,7 @@ test.cpp:
|
||||
# 49| v9_7(void) = UnmodeledUse : mu*
|
||||
# 49| v9_8(void) = ExitFunction :
|
||||
|
||||
# 75| test04(two_values *) -> void
|
||||
# 75| void test04(two_values*)
|
||||
# 75| Block 0
|
||||
# 75| v0_0(void) = EnterFunction :
|
||||
# 75| m0_1(unknown) = AliasedDefinition :
|
||||
@@ -580,7 +580,7 @@ test.cpp:
|
||||
# 75| v2_2(void) = UnmodeledUse : mu*
|
||||
# 75| v2_3(void) = ExitFunction :
|
||||
|
||||
# 84| test05(int, int, void *) -> void
|
||||
# 84| void test05(int, int, void*)
|
||||
# 84| Block 0
|
||||
# 84| v0_0(void) = EnterFunction :
|
||||
# 84| m0_1(unknown) = AliasedDefinition :
|
||||
@@ -653,7 +653,7 @@ test.cpp:
|
||||
# 84| v3_7(void) = UnmodeledUse : mu*
|
||||
# 84| v3_8(void) = ExitFunction :
|
||||
|
||||
# 91| regression_test00() -> int
|
||||
# 91| int regression_test00()
|
||||
# 91| Block 0
|
||||
# 91| v0_0(void) = EnterFunction :
|
||||
# 91| m0_1(unknown) = AliasedDefinition :
|
||||
@@ -684,7 +684,7 @@ test.cpp:
|
||||
# 91| v0_14(void) = UnmodeledUse : mu*
|
||||
# 91| v0_15(void) = ExitFunction :
|
||||
|
||||
# 104| inheritanceConversions(Derived *) -> int
|
||||
# 104| int inheritanceConversions(Derived*)
|
||||
# 104| Block 0
|
||||
# 104| v0_0(void) = EnterFunction :
|
||||
# 104| m0_1(unknown) = AliasedDefinition :
|
||||
|
||||
Reference in New Issue
Block a user