Skip to content

[libc] Fix old unittests for wchar tests #99060

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 16, 2024
Merged

[libc] Fix old unittests for wchar tests #99060

merged 1 commit into from
Jul 16, 2024

Conversation

jhuber6
Copy link
Contributor

@jhuber6 jhuber6 commented Jul 16, 2024

Summary:
These need to use add_libc_test.

Summary:
These need to use `add_libc_test`.
@llvmbot llvmbot added the libc label Jul 16, 2024
@llvmbot
Copy link
Member

llvmbot commented Jul 16, 2024

@llvm/pr-subscribers-libc

Author: Joseph Huber (jhuber6)

Changes

Summary:
These need to use add_libc_test.


Full diff: https://github.com/llvm/llvm-project/pull/99060.diff

1 Files Affected:

  • (modified) libc/test/src/wchar/CMakeLists.txt (+2-2)
diff --git a/libc/test/src/wchar/CMakeLists.txt b/libc/test/src/wchar/CMakeLists.txt
index cabf42ba9b0b2..3cc404b9c86fc 100644
--- a/libc/test/src/wchar/CMakeLists.txt
+++ b/libc/test/src/wchar/CMakeLists.txt
@@ -1,6 +1,6 @@
 add_custom_target(libc_wchar_unittests)
 
-add_libc_unittest(
+add_libc_test(
   btowc_test
   SUITE
     libc_wchar_unittests
@@ -11,7 +11,7 @@ add_libc_unittest(
     libc.src.wchar.btowc
 )
 
-add_libc_unittest(
+add_libc_test(
   wctob_test
   SUITE
     libc_wchar_unittests

@jhuber6 jhuber6 merged commit 3cdbb8d into llvm:main Jul 16, 2024
6 of 7 checks passed
yuxuanchen1997 pushed a commit that referenced this pull request Jul 25, 2024
Summary:
These need to use `add_libc_test`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants