🧪 Add evaluation tests to ensure that passes retain NGR semantics. #2

Merged
acw merged 6 commits from acw/eval-tests into develop 2023-04-16 16:07:45 -07:00
Showing only changes of commit 00af4a5f05 - Show all commits

View File

@@ -1,8 +0,0 @@
struct BackendObject {
}
impl BackendObject {
pub fn new() -> Result<Self, ()> {
unimplemented!()
}
}