Skip to content

Commit 2432fb8

Browse files
committed
fix(//tests/../concat): Concat test fix
Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com>
1 parent 6ffac46 commit 2432fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/conversion/converters/test_concat.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ TEST(Converters, ATenCatPureTensorConvertsCorrectly) {
3131
TEST(Converters, ATenCatDiffTensorConvertsCorrectly) {
3232
const auto graph = R"IR(
3333
graph(%0 : Tensor,
34-
%1 : Float(5:1)):
34+
%1 : Float(5)):
3535
%2 : Tensor[] = prim::ListConstruct(%0, %1)
3636
%3 : int = prim::Constant[value=0]()
3737
%4 : Tensor = aten::cat(%2, %3)

0 commit comments

Comments
 (0)