Skip to content

Commit

Permalink
Merge pull request #26 from p-x9/feature/skip-test-unsupported-platform
Browse files Browse the repository at this point in the history
Skip macro expansion test cases on unsupported platform
  • Loading branch information
p-x9 committed Feb 4, 2024
2 parents 777bb79 + 7854d5a commit 4df2f5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tests/AliasTests/AliasTests.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import XCTest
import SwiftSyntaxMacros
import SwiftSyntaxMacrosTestSupport

#if canImport(AliasPlugin)
@testable import AliasPlugin
@testable import AliasSupport

Expand Down Expand Up @@ -438,3 +440,4 @@ final class AliasTests: XCTestCase {
)
}
}
#endif

0 comments on commit 4df2f5b

Please sign in to comment.