Only run tests on x86_64

This commit is contained in:
Wesley Wiser 2019-11-14 20:48:42 -05:00
parent 9e1b210c6a
commit 2dea8af20c
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
// check-pass
// only-x86_64
// Checks that the compiler does not actually try to allocate 4 TB during compilation and OOM crash.

View File

@ -1,4 +1,5 @@
// build-pass
// check-pass
// only-x86_64
// Checks that the compiler does not actually try to allocate 4 TB during compilation and OOM crash.