diff --git a/harbour/tests/testprof.prg b/harbour/tests/testprof.prg index 97a17a6fa1..8a81577fb9 100644 --- a/harbour/tests/testprof.prg +++ b/harbour/tests/testprof.prg @@ -2,7 +2,7 @@ function Main() - local dummy := __SetProfiler( .t. ) // First of all, we activate the profiler + local lPrevProf := __SetProfiler( .t. ) // First of all, we activate the profiler local oGet := GetNew() local oBrw := TBrowseNew() local n