[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
@@ -494,7 +494,7 @@ object KotlinToolingDiagnostics {
|
||||
${trace.shortcut}()
|
||||
}
|
||||
|
||||
Please declare the required targets explicitly:
|
||||
Please declare the required targets explicitly:
|
||||
|
||||
kotlin {
|
||||
${trace.shortcut}X64()
|
||||
|
||||
+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 {
|
||||
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 {
|
||||
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 {
|
||||
commonMain { ... }
|
||||
|
||||
Reference in New Issue
Block a user