Skip to content

Commit c224529

Browse files
committed
fix -Winconsistent-missing-override
1 parent c5d3792 commit c224529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-backend-ops.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1872,7 +1872,7 @@ struct test_rms_norm_mul : public test_case {
18721872
}
18731873
}
18741874

1875-
virtual double max_nmse_err() {
1875+
double max_nmse_err() override {
18761876
return 1e-6;
18771877
}
18781878

0 commit comments

Comments
 (0)