Skip to content

Commit 04d8f17

Browse files
committed
tests: run SIL/Parser/pure_mode.sil only on 64 bit targets
It depends on internals of String which is target dependent rdar://140907938
1 parent d5f7f6f commit 04d8f17

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)