[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:
committed by
teamcity
parent
5be76eb57c
commit
23dbe5ed3e
+1
-1
@@ -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 { ... }
|
||||||
|
|||||||
+1
-1
@@ -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 { ... }
|
||||||
|
|||||||
+1
-1
@@ -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 { ... }
|
||||||
|
|||||||
Reference in New Issue
Block a user