Skip to content

Commit 0b2f1bd

Browse files
joker-ephmahesh-attarde
authored andcommitted
[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in MatrixTest.cpp (NFC)
1 parent c35cab6 commit 0b2f1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/unittests/Analysis/Presburger/MatrixTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ TEST(MatrixTest, gramSchmidt) {
390390
EXPECT_EQ_FRAC_MATRIX(gs, FracMatrix::identity(10));
391391
}
392392

393-
void checkReducedBasis(FracMatrix mat, Fraction delta) {
393+
static void checkReducedBasis(FracMatrix mat, Fraction delta) {
394394
FracMatrix gsOrth = mat.gramSchmidt();
395395

396396
// Size-reduced check.

0 commit comments

Comments
 (0)