summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2021-04-26 16:44:04 -0700
committergVisor bot <gvisor-bot@google.com>2021-04-26 16:44:04 -0700
commit509f5aa57fa079d113411f10fc26d9f8432ec511 (patch)
treebaa9f1668b3728eba117e20539b79e136b5e89ab /test/syscalls
parent36fdc6c9ef565be34f5ab27affed31eb2430e89a (diff)
parentb1f4998873a0f754fb95322f5aedae746f83b249 (diff)
Merge pull request #5898 from zhlhahaha:2126-1
PiperOrigin-RevId: 370569000
Diffstat (limited to 'test/syscalls')
-rw-r--r--test/syscalls/linux/32bit.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/syscalls/linux/32bit.cc b/test/syscalls/linux/32bit.cc
index 6080a59b7..cbf1b4f05 100644
--- a/test/syscalls/linux/32bit.cc
+++ b/test/syscalls/linux/32bit.cc
@@ -240,9 +240,9 @@ TEST(Call32Bit, Disallowed) {
}
}
-} // namespace
-
#endif
+} // namespace
+
} // namespace testing
} // namespace gvisor