Commit 9a2379f
BUG: Add semicolon after
Add missing semicolon after `ITK_EXERCISE_BASIC_OBJECT_METHODS` macro
call in test.
Fixes:
```
itkAutoScaledGradientDescentRegistrationOnVectorTest.cxx:130:116: error: expected ';' after 'static_assert'
shiftScalesEstimator, RegistrationParameterScalesFromPhysicalShift, RegistrationParameterScalesFromShiftBase)
^
;
```
Reported in:
https://open.cdash.org/viewBuildError.php?buildid=8785957
Oversight introduced in commit 165fb5b.ITK_EXERCISE_BASIC_OBJECT_METHODS call1 parent 6a5060b commit 9a2379f
File tree
1 file changed
+1
-1
lines changed- Modules/Numerics/Optimizersv4/test
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
0 commit comments