Skip to content

Commit 6f106f6

Browse files
committed
Remove unused examples dir, duplicate contained in tests/pos
1 parent 1705e80 commit 6f106f6

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

compiler/test/dotty/partest/DPConsoleRunner.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ class DPTestRunner(testFile: File, suiteRunner: DPSuiteRunner) extends nest.Runn
187187
// |but partest was unable to find any sources - uncomment DPConsoleRunner#sources
188188
// |================================================================================""".stripMargin
189189
// }
190-
// List(new File("./examples/hello.scala")) // "just compile some crap" - Guillaume
190+
// List(new File("./tests/pos/HelloWorld.scala")) // "just compile some crap" - Guillaume
191191
// case xs =>
192192
// xs
193193
// }

docs/docs/contributing/eclipse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You may need to redo these steps when the build changes.
3030
If you have `CLASSPATH` defined:
3131

3232
4. Update your classpath to contain any new required external libraries to run
33-
`./bin/dotc`, `./bin/doti` outside of Eclipse.
33+
`./bin/dotc`, `./bin/dotr` outside of Eclipse.
3434

3535
5. Open the `Run Configurations` tab, and edit the `tests` configuration so
3636
that it contains a `CLASSPATH` variable which reflects the current
@@ -47,4 +47,4 @@ Running the compiler Main class from Eclipse
4747
- Add the Scala library (`Advanced...` > `Add library...` > `Scala library`)
4848
- Add the Dotty classfiles (`Add projects...` > `[x] dotty`)
4949
4. `Run Configurations > Main$ > Arguments` and add
50-
`${project_loc}/examples/hello.scala`
50+
`${project_loc}/tests/pos/HelloWorld.scala`

examples/hello.scala

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)