Skip to content

Commit

Permalink
Fix 5.x compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Dec 12, 2024
1 parent cb755fd commit 8a221a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/SotoCoreTests/Doc/ARNTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
//
//===----------------------------------------------------------------------===//

#if compiler(>=6.0)

import SotoCore
import Testing

#if compiler(>=6.0)
struct ARNTests {
@Test
func testValidARNWithoutResourceType() throws {
Expand Down

0 comments on commit 8a221a0

Please sign in to comment.