Skip to content

Commit fcdb1c9

Browse files
felixmuldersmarter
authored andcommitted
Remove unused examples dir, duplicate contained in tests/pos
1 parent 7fbb451 commit fcdb1c9

File tree

4 files changed

+3
-10
lines changed

4 files changed

+3
-10
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
// }

compiler/test/dotty/tools/dotc/reporting/TestMessageLaziness.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import org.junit.Test
77

88
import core.Contexts._
99

10-
import test.DottyTest
11-
1210
import diagnostic.{ Message, MessageContainer, ExtendMessage }
1311

1412
class TestMessageLaziness extends DottyTest {

docs/docs/contributing/eclipse.md

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

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

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

examples/hello.scala

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

0 commit comments

Comments
 (0)