Skip to content

Commit 40e0387

Browse files
jhuber6yuxuanchen1997
authored andcommitted
[libc] Fix old unittests for wchar tests (#99060)
Summary: These need to use `add_libc_test`.
1 parent 33e078e commit 40e0387

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc/test/src/wchar/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
add_custom_target(libc_wchar_unittests)
22

3-
add_libc_unittest(
3+
add_libc_test(
44
btowc_test
55
SUITE
66
libc_wchar_unittests
@@ -11,7 +11,7 @@ add_libc_unittest(
1111
libc.src.wchar.btowc
1212
)
1313

14-
add_libc_unittest(
14+
add_libc_test(
1515
wctob_test
1616
SUITE
1717
libc_wchar_unittests

0 commit comments

Comments
 (0)