Skip to content

Commit

Permalink
Update src/native/corehost/test/mockhostfxr/test_c_api.c
Browse files Browse the repository at this point in the history
Co-authored-by: Adeel Mujahid <[email protected]>
  • Loading branch information
elinor-fung and am11 authored Nov 27, 2024
1 parent dfd8142 commit a3edaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/native/corehost/test/mockhostfxr/test_c_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

// hostfxr.h is a public API. When included in .c files, it may fail to compile
// if C++-specific syntax is used within the extern "C" block. Since all usage of
// this API in runtime repo is within C++ code, such breakages are not encountered
// this API in runtime repo are within C++ code, such breakages are not encountered
// during normal development or testing.
#include "hostfxr.h"

0 comments on commit a3edaa0

Please sign in to comment.