diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-05-10 12:59:03 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-05-10 12:59:03 -0700 |
commit | 6c349c675c49f1059efbcadb6b04123ab2357ca2 (patch) | |
tree | 3b879ea073eb24a0688f6a2063e7c492cbbb0294 /runsc/mitigate/mitigate_test.go | |
parent | e691004e0c6c1ceb8626d5369c8bd76dbf67f87e (diff) | |
parent | 73679fae2a74697f26aedf9c5d219368bd4de469 (diff) |
Merge pull request #5764 from zhlhahaha:2126-2
PiperOrigin-RevId: 372993341
Diffstat (limited to 'runsc/mitigate/mitigate_test.go')
-rw-r--r-- | runsc/mitigate/mitigate_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runsc/mitigate/mitigate_test.go b/runsc/mitigate/mitigate_test.go index 3bf9ef547..890c65f05 100644 --- a/runsc/mitigate/mitigate_test.go +++ b/runsc/mitigate/mitigate_test.go @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +// +build amd64 + package mitigate import ( |