tests: fix incorrect counter
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 15 May 2013 14:26:57 +0000 (16:26 +0200)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 15 May 2013 14:26:57 +0000 (16:26 +0200)
commitf42bc7ef373d8e255de428d2c3bac2755f28e3b1
tree7b495c92c7694aac004b811208babed6244a4be0
parent553b7eb9da3a223368abdf3f6a5ead35acf8a20b
tests: fix incorrect counter

- not initialized to 0 in 2 tests,
- within inner loop in 3rd test, thus always 0.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/test_urcu_lfs.c
tests/test_urcu_wfcq.c
tests/test_urcu_wfs.c
This page took 0.02541 seconds and 4 git commands to generate.