Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/org.eclipse.etrice.runtime.c/src/etUnit.c')
-rw-r--r--runtime/org.eclipse.etrice.runtime.c/src/etUnit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/org.eclipse.etrice.runtime.c/src/etUnit.c b/runtime/org.eclipse.etrice.runtime.c/src/etUnit.c
index 30460e278..c798cb92f 100644
--- a/runtime/org.eclipse.etrice.runtime.c/src/etUnit.c
+++ b/runtime/org.eclipse.etrice.runtime.c/src/etUnit.c
@@ -74,7 +74,7 @@ void etUnit_open(char* testResultPath, char* testFileName) {
etLogger_logErrorF("Unable to open file %s/%s.xml", etUnit_TestResultPath, etUnit_TestFileName);
}
}
- // prepare time measurement
+ /* prepare time measurement */
etUnit_startTime = clock();
etUnit_currentTime = clock();
etLogger_logInfoF("Start Time: %ld", etUnit_startTime);

Back to the top