Skip to content

Commit ebad10a

Browse files
committed
Fix test
1 parent 842bbcb commit ebad10a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/cpp/test_indexing.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -860,9 +860,9 @@ TEST_F(IndexingTest, Reshape) {
860860
// to provide the extent of the group. However, since everything
861861
// should be deterministic, string match should also work.
862862
return std::string(
863-
"( ( ( ( ( i114 * 20 ) + ( ( i115 * 10 ) + i116 ) ) / 25 ) * 25 "
863+
"( ( ( ( ( i126 * 20 ) + ( ( i127 * 10 ) + i128 ) ) / 25 ) * 25 "
864864
") "
865-
"+ ( ( ( i114 * 20 ) + ( ( i115 * 10 ) + i116 ) ) % 25 ) )");
865+
"+ ( ( ( i126 * 20 ) + ( ( i127 * 10 ) + i128 ) ) % 25 ) )");
866866
}
867867
default:
868868
return std::string();

0 commit comments

Comments
 (0)