Skip to content

Commit 4b652da

Browse files
committed
should fail
1 parent d231e2f commit 4b652da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/more_ops.rs

+1
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@ pub fn op_strlen<T: Allocator>(a: &mut T, input: T::Ptr) -> Response<T::Ptr> {
464464
}
465465

466466
pub fn op_substr<T: Allocator>(a: &mut T, input: T::Ptr) -> Response<T::Ptr> {
467+
println!("substr");
467468
let args = Node::new(a, input);
468469
check_arg_count(&args, 3, "substr")?;
469470
let a0 = args.first()?;

0 commit comments

Comments
 (0)