mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
mesa/tests: Fix trivial typos in src/mapi/glapi tests
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
45d3d0ad21
commit
5602f0f955
1 changed files with 4 additions and 4 deletions
|
|
@ -37,10 +37,10 @@ struct name_offset {
|
|||
extern const struct name_offset linux_gl_abi[];
|
||||
extern const struct name_offset known_dispatch[];
|
||||
|
||||
TEST(GetProcAddress, ABINameByOffset)
|
||||
TEST(GetProcAddress, ABIOffsetByName)
|
||||
{
|
||||
/* 408 functions have had their locations in the dispatch table set since
|
||||
* the danw of time. Verify that all of these functions are at the correct
|
||||
* the dawn of time. Verify that all of these functions are at the correct
|
||||
* locations.
|
||||
*/
|
||||
for (unsigned i = 0; linux_gl_abi[i].name != NULL; i++) {
|
||||
|
|
@ -50,10 +50,10 @@ TEST(GetProcAddress, ABINameByOffset)
|
|||
}
|
||||
}
|
||||
|
||||
TEST(GetProcAddress, ABIOffsetByName)
|
||||
TEST(GetProcAddress, ABINameByOffset)
|
||||
{
|
||||
/* 408 functions have had their locations in the dispatch table set since
|
||||
* the danw of time. Verify that all of these functions are at the correct
|
||||
* the dawn of time. Verify that all of these functions are at the correct
|
||||
* locations.
|
||||
*/
|
||||
for (unsigned i = 0; linux_gl_abi[i].name != NULL; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue