Skip to content

Commit bca3031

Browse files
committed
somebody forgot the return statement in their function
1 parent 15d21e7 commit bca3031

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/circuitTestCase/circuitTestCase.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ bool CircuitTestCase::runTest(BlockType blockType, bool haltOnFailure, Environme
156156
// }
157157
// }
158158
// return fullTestSucceedStatus;
159+
return true;
159160
}
160161

161162
void CircuitTestCase::runSetStatesCommand(TestCommand testCommand, const SharedEvaluator eval, NamePositionMap& nameToConnectedBlockPosition) {

0 commit comments

Comments
 (0)