Skip to content
This repository was archived by the owner on Sep 15, 2021. It is now read-only.

Commit 60fe422

Browse files
committed
malva: Fix typo in README
Signed-off-by: Pekka Enberg <[email protected]>
1 parent 9781c29 commit 60fe422

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ What is Malva?
55
--------------
66

77
Malva is a test suite for alternative JVMs. It tests core Java APIs such as
8-
'java.lang' and 'java.lang.reflect' require implementation on the JVM side. The
9-
primary goal for Malva is to find compatibility problems in alternative JVMs
10-
but its also useful as a regression test suite for JVM developers.
8+
'java.lang' and 'java.lang.reflect' that require implementation on the JVM
9+
side. The primary goal for Malva is to find compatibility problems in
10+
alternative JVMs but its also useful as a regression test suite for JVM
11+
developers.
1112

1213
The test cases look a lot like JUnit tests. We do not, however, use JUnit
1314
because it relies on core APIs such as annotation support and reflection that

0 commit comments

Comments
 (0)