Update test cases

This commit is contained in:
Jeremy 2023-07-20 22:16:28 -04:00
parent a18c6e9c34
commit 1e7c1f8207
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4
2 changed files with 26 additions and 26 deletions

View File

@ -1,27 +1,27 @@
test/test.cpp||18||trace()
test/test.cpp||34||foo(int)
test/test.cpp||38||foo(int)
test/test.cpp||38||foo(int)
test/test.cpp||38||foo(int)
test/test.cpp||38||foo(int)
test/test.cpp||38||foo(int)
test/test.cpp||38||foo(int)
test/test.cpp||38||foo(int)
test/test.cpp||38||foo(int)
test/test.cpp||38||foo(int)
test/test.cpp||38||foo(int)
test/test.cpp||46||void foo<int>(int, int)
test/test.cpp||46||void foo<int, int>(int, int, int)
test/test.cpp||46||void foo<int, int, int>(int, int, int, int)
test/test.cpp||46||void foo<int, int, int, int>(int, int, int, int, int)
test/test.cpp||46||void foo<int, int, int, int, int>(int, int, int, int, int, int)
test/test.cpp||46||void foo<int, int, int, int, int, int>(int, int, int, int, int, int, int)
test/test.cpp||46||void foo<int, int, int, int, int, int, int>(int, int, int, int, int, int, int, int)
test/test.cpp||46||void foo<int, int, int, int, int, int, int, int>(int, int, int, int, int, int, int, int, int)
test/test.cpp||46||void foo<int, int, int, int, int, int, int, int, int>(int, int, int, int, int, int, int, int, int, int)
test/test.cpp||52||function_two(int, float)
test/test.cpp||58||function_one(int)
test/test.cpp||64||main
test/test.cpp||19||trace()
test/test.cpp||35||foo(int)
test/test.cpp||39||foo(int)
test/test.cpp||39||foo(int)
test/test.cpp||39||foo(int)
test/test.cpp||39||foo(int)
test/test.cpp||39||foo(int)
test/test.cpp||39||foo(int)
test/test.cpp||39||foo(int)
test/test.cpp||39||foo(int)
test/test.cpp||39||foo(int)
test/test.cpp||39||foo(int)
test/test.cpp||47||void foo<int>(int, int)
test/test.cpp||47||void foo<int, int>(int, int, int)
test/test.cpp||47||void foo<int, int, int>(int, int, int, int)
test/test.cpp||47||void foo<int, int, int, int>(int, int, int, int, int)
test/test.cpp||47||void foo<int, int, int, int, int>(int, int, int, int, int, int)
test/test.cpp||47||void foo<int, int, int, int, int, int>(int, int, int, int, int, int, int)
test/test.cpp||47||void foo<int, int, int, int, int, int, int>(int, int, int, int, int, int, int, int)
test/test.cpp||47||void foo<int, int, int, int, int, int, int, int>(int, int, int, int, int, int, int, int, int)
test/test.cpp||47||void foo<int, int, int, int, int, int, int, int, int>(int, int, int, int, int, int, int, int, int, int)
test/test.cpp||54||function_two(int, float)
test/test.cpp||59||function_one(int)
test/test.cpp||65||main
../csu/libc-start.c||308||__libc_start_main
||0||_start
||0||

View File

@ -1,4 +1,4 @@
test\test.cpp||18||trace()
test\test.cpp||19||trace()
test\test.cpp||35||foo(int)
test\test.cpp||39||foo(int)
test\test.cpp||39||foo(int)
@ -19,7 +19,7 @@ test\test.cpp||47||foo<int, int, int, int, int, int>(int, int, int, int, int, in
test\test.cpp||47||foo<int, int, int, int, int, int, int>(int, int, int, int, int, int, int, int)
test\test.cpp||47||foo<int, int, int, int, int, int, int, int>(int, int, int, int, int, int, int, int, int)
test\test.cpp||47||foo<int, int, int, int, int, int, int, int, int>(int, int, int, int, int, int, int, int, int, int)
test\test.cpp||53||function_two(int, float)
test\test.cpp||54||function_two(int, float)
test\test.cpp||59||function_one(int)
test\test.cpp||65||main()
D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl||79||invoke_main()