From c958c5a4f103725ddbb87f6db66cca9beb06cb84 Mon Sep 17 00:00:00 2001 From: Fabricio Voznika Date: Thu, 29 Apr 2021 16:40:57 -0700 Subject: Fix up TODOs in the code PiperOrigin-RevId: 371231148 --- test/syscalls/linux/xattr.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/syscalls/linux/xattr.cc') diff --git a/test/syscalls/linux/xattr.cc b/test/syscalls/linux/xattr.cc index b4b7c0d51..c8a97df6b 100644 --- a/test/syscalls/linux/xattr.cc +++ b/test/syscalls/linux/xattr.cc @@ -632,7 +632,7 @@ TEST_F(XattrTest, TrustedNamespaceWithCapSysAdmin) { // Trusted namespace not supported in VFS1. SKIP_IF(IsRunningWithVFS1()); - // TODO(b/66162845): Only gVisor tmpfs currently supports trusted namespace. + // TODO(b/166162845): Only gVisor tmpfs currently supports trusted namespace. SKIP_IF(IsRunningOnGvisor() && !ASSERT_NO_ERRNO_AND_VALUE(IsTmpfs(test_file_name_))); -- cgit v1.2.3