Skip to content

Commit 5cc39f0

Browse files
committed
Switch libc.test.src.unistd.getopt_test to UNIT_TEST_ONLY.
1 parent 34a5a50 commit 5cc39f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/test/src/unistd/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ add_libc_unittest(
432432

433433
add_libc_test(
434434
getopt_test
435-
HERMETIC_TEST_ONLY # Uses libc's own stderr
435+
UNIT_TEST_ONLY # set_getopt_state only exposed for __internal__ target.
436436
SUITE
437437
libc_unistd_unittests
438438
SRCS

0 commit comments

Comments
 (0)