From 0381b74fed6233eae43842ff782ddda78378584f Mon Sep 17 00:00:00 2001 From: Yoshinori Isogai Date: Wed, 4 Oct 2017 21:15:16 +0900 Subject: [PATCH] Delete "Running specific generated tests" (#1329) This section is valid before kotlin is built by gradle. Since there is no working directory setting in run configuration, we need to delete this document --- ReadMe.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 1283f41ba67..b025960d501 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -127,11 +127,6 @@ Also the [JavaScript translation](https://github.com/JetBrains/kotlin/blob/maste Some of the code in the standard library is created by generating code from templates. See the [README](libraries/stdlib/ReadMe.md) in the stdlib section for how run the code generator. The existing templates can be used as examples for creating new ones. -### Running specific generated tests - -If you need to debug a specific generated test, ensure that you have the `Working directory` in your IntelliJ run configuration set -to the root directory of this project. If you don't, every test you try to run will fail with a `No such file or directory` exception. - ## Submitting patches The best way to submit a patch is to [fork the project on github](https://help.github.com/articles/fork-a-repo/) then send us a