mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
vbit-tester: In test_ternary_op return number of tests executed.
I don't recall gcc complaining about this. But clang did. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13205
This commit is contained in:
parent
22703eb26f
commit
60d31488c0
@ -62,4 +62,5 @@ test_ternary_op(const irop_t *op, test_data_t *data)
|
||||
tests_done++;
|
||||
}
|
||||
}
|
||||
return tests_done;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user