Skip to content

Commit 7e452e7

Browse files
committed
uncomment
1 parent 8a2c80a commit 7e452e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libasr/asr_verify.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -794,8 +794,8 @@ class VerifyVisitor : public BaseWalkVisitor<VerifyVisitor>
794794
// strings but StringItem. For now we ignore it, but we should
795795
// fix it
796796
} else {
797-
// require(n_dims > 0,
798-
// "The variable in ArrayItem must be an array, not a scalar");
797+
require(n_dims > 0,
798+
"The variable in ArrayItem must be an array, not a scalar");
799799
}
800800
}
801801
}

0 commit comments

Comments
 (0)