Fix launcher for external box tests with one-letter package
This commit is contained in:
committed by
SvyatoslavScherbina
parent
864bd9a212
commit
bb1c52c23b
@@ -314,7 +314,7 @@ class RunExternalTestGroup extends RunKonanTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
List<String> buildCompileList() {
|
List<String> buildCompileList() {
|
||||||
def packagePattern = ~/(?m)^\s*package\s+([a-zA-z-][a-zA-Z0-9._-]+)/
|
def packagePattern = ~/(?m)^\s*package\s+([a-zA-z-][a-zA-Z0-9._-]*)/
|
||||||
def boxPattern = ~/(?m)fun\s+box\s*\(\s*\)/
|
def boxPattern = ~/(?m)fun\s+box\s*\(\s*\)/
|
||||||
def imports = []
|
def imports = []
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user