Commit b8ccbf3
authored
Add missing compiler directive to ClientCodeTranslatorSnippetBasedTests (#1758)
Motivation:
A missing compiler directive to avoid compiling the snippet-based tests in non-macOS/Linux platforms was causing the build to fail on iOS/tvOS/watchOS.
Modifications:
Add the compiler directive.
Result:
Builds won't fail again in iOS/tvOS/watchOS.1 parent da5a236 commit b8ccbf3
File tree
1 file changed
+4
-0
lines changed- Tests/GRPCCodeGenTests/Internal/Translator
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
540 | 542 | | |
541 | 543 | | |
542 | 544 | | |
| 545 | + | |
| 546 | + | |
0 commit comments