Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rachitnigam committed Feb 16, 2024
1 parent 0fe088f commit 4584f53
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion file-tests/should-futil/fixed-point-constant.expect
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import "primitives/core.futil";
import "primitives/memories.futil";
import "primitives/memories/seq.futil";
import "primitives/binary_operators.futil";
component main() -> () {
cells {
Expand Down
2 changes: 1 addition & 1 deletion file-tests/should-futil/fixed-point-multi-cycle.expect
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import "primitives/core.futil";
import "primitives/memories.futil";
import "primitives/memories/seq.futil";
import "primitives/binary_operators.futil";
component main() -> () {
cells {
Expand Down
2 changes: 1 addition & 1 deletion file-tests/should-futil/for-multi-dim.expect
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import "primitives/core.futil";
import "primitives/memories.futil";
import "primitives/memories/seq.futil";
import "primitives/binary_operators.futil";
component main() -> () {
cells {
Expand Down
2 changes: 1 addition & 1 deletion file-tests/should-futil/for.expect
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import "primitives/core.futil";
import "primitives/memories.futil";
import "primitives/memories/seq.futil";
import "primitives/binary_operators.futil";
component main() -> () {
cells {
Expand Down
2 changes: 1 addition & 1 deletion file-tests/should-futil/invoke-with-fixed-point.expect
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import "primitives/core.futil";
import "primitives/memories.futil";
import "primitives/memories/seq.futil";
import "primitives/binary_operators.futil";
component foo(x: 8) -> (@stable(1) out: 8) {
cells {
Expand Down
2 changes: 1 addition & 1 deletion file-tests/should-futil/invoke-with-memories.expect
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import "primitives/core.futil";
import "primitives/memories.futil";
import "primitives/memories/seq.futil";
import "primitives/binary_operators.futil";
component mem_copy() -> () {
cells {
Expand Down
2 changes: 1 addition & 1 deletion file-tests/should-futil/invoke.expect
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import "primitives/core.futil";
import "primitives/memories.futil";
import "primitives/memories/seq.futil";
import "primitives/binary_operators.futil";
import "primitives/math.futil";
component foo(a: 32) -> (@stable(1) out: 32) {
Expand Down
2 changes: 1 addition & 1 deletion file-tests/should-futil/sequentialize-reduce.expect
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import "primitives/core.futil";
import "primitives/memories.futil";
import "primitives/memories/seq.futil";
import "primitives/binary_operators.futil";
component main() -> () {
cells {
Expand Down
2 changes: 1 addition & 1 deletion file-tests/should-futil/use-plus-equals.expect
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import "primitives/core.futil";
import "primitives/memories.futil";
import "primitives/memories/seq.futil";
import "primitives/binary_operators.futil";
component use_plus_equals() -> () {
cells {
Expand Down

0 comments on commit 4584f53

Please sign in to comment.