summaryrefslogtreecommitdiffstats
path: root/test/Java/RMIC.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Java/RMIC.py')
-rw-r--r--test/Java/RMIC.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Java/RMIC.py b/test/Java/RMIC.py
index a66f885..2ab1804 100644
--- a/test/Java/RMIC.py
+++ b/test/Java/RMIC.py
@@ -102,7 +102,7 @@ if not where_javac:
test.skip_test("Could not find Java javac, skipping non-simulated test(s).\n")
if test.detect_tool('rmic', ENV=ENV):
- where_rmic = test.detect('JAVAC', 'rmic', ENV=ENV)
+ where_rmic = test.detect('RMIC', 'rmic', ENV=ENV)
else:
where_rmic = test.where_is('rmic')
if not where_rmic: