* tests/regression/native/testarguments.output: Updated.
[cacao.git] / tests / regression / extest.java
index 604fd7a2f006449d39105814b9f2cbe93b590c31..e5b13630950b7e9a8b6608866bbdc9f26c44144f 100644 (file)
@@ -326,7 +326,7 @@ public class extest {
             ok();
             pstacktrace(e);
         } catch (UnsatisfiedLinkError e) {
-            /* catch this one for staticvm and say it's ok */
+            /* catch this one for ENABLE_STATICVM and say it's ok */
             ok();
             pstacktrace(e);
         }