mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
tracing::trace builtin
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
committed by
Anand Krishnamoorthi
parent
81f6199642
commit
112623c762
@@ -47,7 +47,7 @@ fn basic_array() -> Result<()> {
|
||||
)?;
|
||||
|
||||
assert_match(
|
||||
eval_file(&[rego.to_owned()], None, None, "data.test")?,
|
||||
eval_file(&[rego.to_owned()], None, None, "data.test", false)?,
|
||||
expected,
|
||||
);
|
||||
Ok(())
|
||||
@@ -116,7 +116,7 @@ fn basic_set() -> Result<()> {
|
||||
)?;
|
||||
|
||||
assert_match(
|
||||
eval_file(&[rego.to_owned()], None, None, "data.test")?,
|
||||
eval_file(&[rego.to_owned()], None, None, "data.test", false)?,
|
||||
expected,
|
||||
);
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user