We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842bbcb commit ebad10aCopy full SHA for ebad10a
tests/cpp/test_indexing.cpp
@@ -860,9 +860,9 @@ TEST_F(IndexingTest, Reshape) {
860
// to provide the extent of the group. However, since everything
861
// should be deterministic, string match should also work.
862
return std::string(
863
- "( ( ( ( ( i114 * 20 ) + ( ( i115 * 10 ) + i116 ) ) / 25 ) * 25 "
+ "( ( ( ( ( i126 * 20 ) + ( ( i127 * 10 ) + i128 ) ) / 25 ) * 25 "
864
") "
865
- "+ ( ( ( i114 * 20 ) + ( ( i115 * 10 ) + i116 ) ) % 25 ) )");
+ "+ ( ( ( i126 * 20 ) + ( ( i127 * 10 ) + i128 ) ) % 25 ) )");
866
}
867
default:
868
return std::string();
0 commit comments