Skip to content

Commit

Permalink
Remove obsolete testData in properties. Replace it with testKotlinVer…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
PavelPunegov committed Sep 19, 2018
1 parent aac41c8 commit 19168bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To run blackbox compiler tests from JVM Kotlin use (takes time):

To update the blackbox compiler tests set TeamCity build number in `gradle.properties`:

testDataVersion=<build number>:id
testKotlinVersion=<build number>

and run `./gradlew update_external_tests`

Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
buildKotlinVersion=1.3.0-rc-6
buildKotlinCompilerRepo=http://dl.bintray.com/kotlin/kotlin-dev
remoteRoot=konan_tests
testDataVersion=1226829:id
kotlinCompilerRepo=http://dl.bintray.com/kotlin/kotlin-dev
kotlinVersion=1.3.0-rc-46
testKotlinVersion=1.3.0-rc-43
Expand Down

0 comments on commit 19168bf

Please sign in to comment.