Skip to content

Commit 063be28

Browse files
authored
[cxx-interop] Update the C++ stdlib module name in SIL/verify_all_overlays.py
1 parent ef9db60 commit 063be28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/SIL/verify_all_overlays.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
continue
2626
# Skip the C++ standard library overlay because it's not yet shipped
2727
# in any released SDK.
28-
if module_name == "std":
28+
if module_name == "CxxStdlib":
2929
continue
3030
# TODO(TF-1229): Fix the "_Differentiation" module.
3131
if module_name == "_Differentiation":

0 commit comments

Comments
 (0)