summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/xattr.cc
diff options
context:
space:
mode:
authorFabricio Voznika <fvoznika@google.com>2021-04-29 16:40:57 -0700
committergVisor bot <gvisor-bot@google.com>2021-04-29 16:42:45 -0700
commitc958c5a4f103725ddbb87f6db66cca9beb06cb84 (patch)
tree63928dd426463327011bf84fd84821327dfe367c /test/syscalls/linux/xattr.cc
parent9ff0d382d69c53a8fc916cfde844f1e657759f59 (diff)
Fix up TODOs in the code
PiperOrigin-RevId: 371231148
Diffstat (limited to 'test/syscalls/linux/xattr.cc')
-rw-r--r--test/syscalls/linux/xattr.cc2
1 files changed, 1 insertions, 1 deletions
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_)));