diff options
| author | Yong He <yonghe@outlook.com> | 2022-04-19 12:09:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-19 12:09:22 -0700 |
| commit | 3d1d692f939d2e23704a90a9cd009194905de5dc (patch) | |
| tree | f983e5b5c323a5aa63ceda3b5f46d5837d161312 /tools/slang-unit-test/unit-test-find-type-by-name.cpp | |
| parent | d939773a9127bccbbd22903eb5b5620ad7127d37 (diff) | |
Make translation units in the same CompileReq visible to `import`. (#2184)
* Make translation unitts in the same CompileReq visible to `import`.
* Fix code review comments.
Co-authored-by: Yong He <yhe@nvidia.com>
Co-authored-by: Theresa Foley <10618364+tangent-vector@users.noreply.github.com>
Diffstat (limited to 'tools/slang-unit-test/unit-test-find-type-by-name.cpp')
| -rw-r--r-- | tools/slang-unit-test/unit-test-find-type-by-name.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/slang-unit-test/unit-test-find-type-by-name.cpp b/tools/slang-unit-test/unit-test-find-type-by-name.cpp index d12a0d91f..87be156db 100644 --- a/tools/slang-unit-test/unit-test-find-type-by-name.cpp +++ b/tools/slang-unit-test/unit-test-find-type-by-name.cpp @@ -1,4 +1,4 @@ -// unit-test-byte-encode.cpp +// unit-test-find-type-by-name.cpp #include "../../slang.h" |
