Fix function call line number for calls spanning multiple lines.

This commit is contained in:
Qingyuan Zheng 2024-07-02 08:11:11 +00:00 committed by arcady-lunarg
parent 85262fb20e
commit 704107fda3
4 changed files with 191 additions and 0 deletions

View file

@ -954,6 +954,7 @@ INSTANTIATE_TEST_SUITE_P(
"spv.debuginfo.scalar_types.glsl.frag",
"spv.debuginfo.rt_types.glsl.rgen",
"spv.debuginfo.include.glsl.frag",
"spv.debuginfo.multiline.glsl.frag",
})),
FileNameAsCustomTestSuffix
);