Skip to content

Commit

Permalink
Workaround MSVC jank
Browse files Browse the repository at this point in the history
  • Loading branch information
HansKristian-Work authored Jun 6, 2023
1 parent 2ace271 commit bf3f651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-other/c_api_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ int main(int argc, char **argv)
SPVC_CHECKED_CALL(spvc_compiler_create_compiler_options(compiler_glsl, &options));
SPVC_CHECKED_CALL(spvc_compiler_install_compiler_options(compiler_glsl, options));

static const int NUM_EXTS = 2;
#define NUM_EXTS 2
const char *expected_exts[NUM_EXTS] =
{
"EXT_first",
Expand Down

0 comments on commit bf3f651

Please sign in to comment.