We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e078e commit 40e0387Copy full SHA for 40e0387
libc/test/src/wchar/CMakeLists.txt
@@ -1,6 +1,6 @@
1
add_custom_target(libc_wchar_unittests)
2
3
-add_libc_unittest(
+add_libc_test(
4
btowc_test
5
SUITE
6
libc_wchar_unittests
@@ -11,7 +11,7 @@ add_libc_unittest(
11
libc.src.wchar.btowc
12
)
13
14
15
wctob_test
16
17
0 commit comments