Skip to content

Commit 75c5674

Browse files
committed
Fix UNSUPPORTED: CPU=i386 line for test/Interpreter/SDK/GLKit.swift
This wasn't preventing the test from running on i386. rdar://problem/26392402
1 parent cb4a7bd commit 75c5674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interpreter/SDK/GLKit.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
// On i386, it seems to work optimized mode, but fails in non-optimized.
77
// rdar://problem/26392402
8-
// UNSUPPORTED: i386
8+
// UNSUPPORTED: CPU=i386
99
// REQUIRES: objc_interop
1010

1111
import GLKit

0 commit comments

Comments
 (0)