]> rtime.felk.cvut.cz Git - frescor/frsh-forb.git/blobdiff - src/forb/src/tests/executor/executor_test.c
Inter-executor invocation bugs fixed.
[frescor/frsh-forb.git] / src / forb / src / tests / executor / executor_test.c
index 5addbc83977c8ea6b1ddd2437cd3f74536df3b6f..2049a5c107502103bb1186ee0e60d9cc67af1a1b 100644 (file)
@@ -97,7 +97,7 @@ WVTEST_MAIN("inter_thread_invocation")
        WVPASS(forb_object_is_local(testobj2));
 
        /* Inter-thread invocation: application->executor */
-       WVPASSEQ(executor_test_add(testobj1, 1, &env), 2);
+       WVPASSEQ(executor_test_add(testobj1, 2, &env), 3);
        WVFAIL(forb_exception_occurred(&env));
 
        /* Inter-thread invocation: (application->)executor->executor */