branch, master, updated. d966b4248a2a517a58bef97358a46e63f95a5b0e
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "". The branch, master has been updated via d966b4248a2a517a58bef97358a46e63f95a5b0e (commit) from 2e1e06c8c9d9c19a44f7e60f8fb7e6a219cb6308 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d966b4248a2a517a58bef97358a46e63f95a5b0e Author: Phil Carns <[email protected]> Date: Mon Aug 20 14:28:21 2012 -0400 fix buggy use of ae_main_set_with_init() in tests ----------------------------------------------------------------------- Summary of changes: tests/blocking-overhead.ae | 2 +- tests/test-hints.ae | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Diff of changes: diff --git a/tests/blocking-overhead.ae b/tests/blocking-overhead.ae index 4843a13..2fc3edc 100644 --- a/tests/blocking-overhead.ae +++ b/tests/blocking-overhead.ae @@ -134,7 +134,7 @@ __blocking int aesop_main(int argc, char **argv) } -aesop_main_set_with_init(NULL, "timer", aesop_main, "timer"); +aesop_main_set(aesop_main); /* * Local variables: diff --git a/tests/test-hints.ae b/tests/test-hints.ae index 083508e..96d4678 100644 --- a/tests/test-hints.ae +++ b/tests/test-hints.ae @@ -56,7 +56,7 @@ __blocking int aesop_main(int argc, char **argv) return 0; } -aesop_main_set_with_init(NULL, "timer", aesop_main, "timer"); +aesop_main_set(aesop_main); /* * Local variables: hooks/post-receive --
participants (1)
-
noreply@mcs.anl.gov