Skip to content

Commit 8d2d5e2

Browse files
committed
Use new @available syntax in test/DebugInfo/bbentry-location.swift
1 parent eff4170 commit 8d2d5e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DebugInfo/bbentry-location.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RUN: %target-swift-frontend -emit-ir -g %s -o - | FileCheck %s
44

55
import UIKit
6-
@available(iOS, introduced=8.0)
6+
@available(iOS, introduced: 8.0)
77
class ActionViewController
88
{
99
var imageView: UIImageView!

0 commit comments

Comments
 (0)