Skip to content

Commit 98e60db

Browse files
committed
Removes superfluous Swift version test
1 parent e7c17f0 commit 98e60db

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Tests/macOS-Tests/NSButtonTests.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@ class NSButtonTests: QuickSpec {
3636

3737
subject.rx.action = action
3838

39-
#if swift(>=3.2)
4039
action.execute(())
41-
#else
42-
action.execute()
43-
#endif
4440
expect(subject.isEnabled).toEventually( beFalse() )
4541

4642
observer.onCompleted()

0 commit comments

Comments
 (0)