Skip to content

Commit 6eb6311

Browse files
committed
Fix test character_literals.swift. Requires 64-bit.
1 parent ce11162 commit 6eb6311

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/SILOptimizer/character_literals.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-swift-frontend -parse-as-library -O -emit-ir %s | %FileCheck %s
22
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
33
// REQUIRES: swift_in_compiler
4+
// REQUIRES: PTRSIZE=64
45

56
// This is an end-to-end test to ensure that the optimizer generates
67
// a simple literal for character literals.

0 commit comments

Comments
 (0)