Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6578ed1

Browse files
author
Troy Melhase
committed
Neither.
1 parent c818f80 commit 6578ed1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/tests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ Class02.java`, just `make Class02`. If you supply an extension, nothing will
4242
happen and the test won't run.
4343

4444
The `test` directory contains two helper scripts used by the makefile that you
45-
can also use during development. The first is [`runjava`][], which runs the
45+
can also use during development. The first is [runjava][], which runs the
4646
Java compiler and the Java VM with the indicated file. Use it like this:
4747

4848
```bash
4949
$ ./runjava Class01.java
5050
Hello, world.
5151
```
5252

53-
The second script is [`runj2py`][], which is a handy shortcut for running the
53+
The second script is [runj2py][], which is a handy shortcut for running the
5454
`j2py` script with preset command line arguments for the test configuration.
5555
You run it like this:
5656

0 commit comments

Comments
 (0)