backend/tests: add missing task for inline20
This commit is contained in:
committed by
SvyatoslavScherbina
parent
24d5bd966e
commit
404be59f62
@@ -1436,6 +1436,12 @@ task inline19(type: RunKonanTest) {
|
|||||||
source = "codegen/inline/inline19.kt"
|
source = "codegen/inline/inline19.kt"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
task inline20(type: RunKonanTest) {
|
||||||
|
disabled = true
|
||||||
|
goldValue = "def\n"
|
||||||
|
source = "codegen/inline/inline20.kt"
|
||||||
|
}
|
||||||
|
|
||||||
kotlinNativeInterop {
|
kotlinNativeInterop {
|
||||||
sysstat {
|
sysstat {
|
||||||
pkg 'sysstat'
|
pkg 'sysstat'
|
||||||
|
|||||||
Reference in New Issue
Block a user