Skip to content

Commit 2aa052c

Browse files
authored
Merge pull request #77946 from eeckstein/fix-test
tests: run SIL/Parser/pure_mode.sil only on 64 bit targets
2 parents 34dffc5 + 04d8f17 commit 2aa052c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/SIL/Parser/pure_mode.sil

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %target-sil-opt %s | %target-sil-opt -sil-print-no-uses | %FileCheck %s
22

3+
// REQUIRES: PTRSIZE=64
4+
35
sil_stage canonical
46

57
import Builtin

0 commit comments

Comments
 (0)