resident: Fixed syntax error with g++ compilation
commitc1afb230e180698212dd18169d0f1f762db3e583
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Sat, 11 May 2024 09:07:13 +0000 (11 12:07 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Sat, 11 May 2024 09:07:13 +0000 (11 12:07 +0300)
treeb46c41d0c11cf8360d8826eb662aadb16d7d4b0d
parentd794bda49c69a252597ab5538972a2b930745ebd
resident: Fixed syntax error with g++ compilation

A function used in a test was not returning a value, while an int was
expected so the test would fail to compile.

tests/resident.at: Return the result of atexit().
tests/resident.at