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
@@ -39,7 +39,7 @@ fn basic() -> Result<()> {
|
||||
)?;
|
||||
|
||||
assert_eq!(
|
||||
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