Skip to content

Commit

Permalink
Add macro example to testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh committed Aug 7, 2023
1 parent 19bf2bf commit ce66cb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions spec/integration_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ def configure_cocoapods
s.replace_pattern(/<unknown>:0: remark.*?\n/, '')
# CLIntegracon 0.8
s.replace_pattern(%r{/transformed/}, '/')
# Xcode 15 workaround
s.replace_pattern(/objc\[.....\]: Class _?DTX\w+ is implemented in both.*?\n/, '')
end

require 'shellwords'
Expand Down
2 changes: 1 addition & 1 deletion spec/integration_specs
Submodule integration_specs updated 125 files

0 comments on commit ce66cb4

Please sign in to comment.