From 3d1d692f939d2e23704a90a9cd009194905de5dc Mon Sep 17 00:00:00 2001 From: Yong He Date: Tue, 19 Apr 2022 12:09:22 -0700 Subject: 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 Co-authored-by: Theresa Foley <10618364+tangent-vector@users.noreply.github.com> --- tools/slang-unit-test/unit-test-find-type-by-name.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/slang-unit-test/unit-test-find-type-by-name.cpp') 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" -- cgit v1.2.3