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

Commit

Permalink
malva: Fix typo in README
Browse files Browse the repository at this point in the history
Signed-off-by: Pekka Enberg <[email protected]>
  • Loading branch information
penberg committed Sep 28, 2010
1 parent 9781c29 commit 60fe422
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ What is Malva?
--------------

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

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

0 comments on commit 60fe422

Please sign in to comment.