Skip to content

Commit 9cd3e92

Browse files
authored
[libc++][modules] Removes some validation quirks. (#88031)
Recent unrelated header cleanups caused these quirks to become obsolete.
1 parent a75c9d0 commit 9cd3e92

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

libcxx/utils/libcxx/test/modules.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,13 @@
5252
"std::operator==",
5353
]
5454

55-
# Declared in the forward header since std::string uses std::allocator
56-
SkipDeclarations["string"] = ["std::allocator"]
5755
# TODO MODULES remove zombie names
5856
# https://libcxx.llvm.org/Status/Cxx20.html#note-p0619
5957
SkipDeclarations["memory"] = [
6058
"std::return_temporary_buffer",
6159
"std::get_temporary_buffer",
6260
]
6361

64-
# TODO MODULES this should be part of ios instead
65-
SkipDeclarations["streambuf"] = ["std::basic_ios"]
66-
6762
# include/__type_traits/is_swappable.h
6863
SkipDeclarations["type_traits"] = [
6964
"std::swap",

0 commit comments

Comments
 (0)