You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[libc++] Avoid spuriously unsupporting the new FTM tests
The new FTM tests contain text that they validate against to check
the output of the FTM generation script. However, that text lexically
contains the characters `// UNSUPPORTED: <...>`, which leads Lit to
make the whole test unsupported under these conditions. To prevent
that from happening, an `# END.` block can be used to prevent Lit
from looking further into the file for directives.
0 commit comments