Skip to content

Commit deb85ef

Browse files
committed
[Request-evaluator] Fix ArithmeticEvaluator unit test.
1 parent e2df49e commit deb85ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

unittests/AST/ArithmeticEvaluator.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ struct EvaluationRule
117117
}
118118
}
119119

120-
void diagnoseCycle(DiagnosticEngine &diags) const { }
121-
void noteCycleStep(DiagnosticEngine &diags) const { }
120+
SourceLoc getNearestLoc() const { return SourceLoc(); }
122121
};
123122

124123
struct InternallyCachedEvaluationRule :

0 commit comments

Comments
 (0)