From 9d38fd8d0be3074af036e9e3e36489f5b854faf4 Mon Sep 17 00:00:00 2001 From: Adrian McCarthy Date: Wed, 4 Dec 2019 13:11:02 -0800 Subject: [PATCH] [NFC] Update FIXME for one VFS test The VFS/subframework-symlink.m test is still XFAIL on Windows, but for a different reason than those fixed in PR43272, so I've updated the PR number. --- clang/test/VFS/subframework-symlink.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/VFS/subframework-symlink.m b/clang/test/VFS/subframework-symlink.m index 68cc063cfcfc..77e8572aa457 100644 --- a/clang/test/VFS/subframework-symlink.m +++ b/clang/test/VFS/subframework-symlink.m @@ -1,4 +1,4 @@ -// FIXME: PR43272 +// FIXME: PR44221 // XFAIL: system-windows // Test that when a subframework is a symlink to another framework, we don't -- GitLab