Skip to content

Commit 2dea8af

Browse files
committed
Only run tests on x86_64
1 parent 9e1b210 commit 2dea8af

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/test/ui/consts/issue-66342.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// check-pass
2+
// only-x86_64
23

34
// Checks that the compiler does not actually try to allocate 4 TB during compilation and OOM crash.
45

src/test/ui/consts/issue-66397.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// build-pass
1+
// check-pass
2+
// only-x86_64
23

34
// Checks that the compiler does not actually try to allocate 4 TB during compilation and OOM crash.
45

0 commit comments

Comments
 (0)