Update tests

This commit is contained in:
2026-01-21 17:08:26 +01:00
parent 67322381c3
commit 0a14651835
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
use super::harness::*;
use seq::model::forth::Value;
use cagire::model::forth::Value;
fn int(n: i64) -> Value {
Value::Int(n, None)