diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-12-06 13:06:37 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-12-06 13:06:37 -0800 |
commit | a97ceec01bc464c9efa5d8140906c46f637e9002 (patch) | |
tree | 1c5e1dff5e48ed608db97c7b688359bf4947a563 /test/syscalls/linux/BUILD | |
parent | 3075ede86edf04117f120b3cf110e699034b759c (diff) | |
parent | be71d3569cacc9da7e260895914272e3f5b81764 (diff) |
Merge pull request #4932 from lubinszARM:pr_test_exceptions
PiperOrigin-RevId: 345976554
Diffstat (limited to 'test/syscalls/linux/BUILD')
-rw-r--r-- | test/syscalls/linux/BUILD | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/syscalls/linux/BUILD b/test/syscalls/linux/BUILD index dec8c8100..a9e0b070a 100644 --- a/test/syscalls/linux/BUILD +++ b/test/syscalls/linux/BUILD @@ -621,10 +621,7 @@ cc_binary( cc_binary( name = "exceptions_test", testonly = 1, - srcs = select_arch( - amd64 = ["exceptions.cc"], - arm64 = [], - ), + srcs = ["exceptions.cc"], linkstatic = 1, deps = [ gtest, |