[mpp, tests] Minor: fix incorrect testdata

It was missed on rr/CI because those tests run only on macs, and
currrently CI has some troubles with that
This commit is contained in:
Dmitry Savvinov
2023-10-03 16:12:14 +02:00
committed by teamcity
parent 5be76eb57c
commit 23dbe5ed3e
4 changed files with 4 additions and 4 deletions
@@ -494,7 +494,7 @@ object KotlinToolingDiagnostics {
${trace.shortcut}() ${trace.shortcut}()
} }
Please declare the required targets explicitly: Please declare the required targets explicitly:
kotlin { kotlin {
${trace.shortcut}X64() ${trace.shortcut}X64()
@@ -14,7 +14,7 @@ Please declare the required targets explicitly:
/* ... */ /* ... */
} }
After that, replace `by getting` with a static accessor: After that, replace `by getting` with static accessors:
sourceSets { sourceSets {
commonMain { ... } commonMain { ... }
@@ -14,7 +14,7 @@ Please declare the required targets explicitly:
/* ... */ /* ... */
} }
After that, replace `by getting` with a static accessor: After that, replace `by getting` with static accessors:
sourceSets { sourceSets {
commonMain { ... } commonMain { ... }
@@ -14,7 +14,7 @@ Please declare the required targets explicitly:
/* ... */ /* ... */
} }
After that, replace `by getting` with a static accessor: After that, replace `by getting` with static accessors:
sourceSets { sourceSets {
commonMain { ... } commonMain { ... }