diff options
author | Howard Zhang <howard.zhang@arm.com> | 2021-04-26 10:39:08 +0800 |
---|---|---|
committer | Howard Zhang <howard.zhang@arm.com> | 2021-04-26 14:22:41 +0800 |
commit | b1f4998873a0f754fb95322f5aedae746f83b249 (patch) | |
tree | ff6becd5e11f3d96d4432b995cf3e905999ed4b1 | |
parent | bf64560681182b0024790f683f4c9aea142e70c5 (diff) |
fix brace misplaced error
Signed-off-by: Howard Zhang <howard.zhang@arm.com>
-rw-r--r-- | test/syscalls/linux/32bit.cc | 4 |
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 |