Skip to content

Commit

Permalink
make ethScript actually work
Browse files Browse the repository at this point in the history
  • Loading branch information
noschiff committed Apr 20, 2023
1 parent 2114b0f commit 1ba3822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/ethScript
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ etac ("Test --irgen") ["ir-fix-tests"] "-libpath $(testpath) --irgen" {
medley.eta;
}

etac ("Test assembly") ["assembly"] -libpath $(testpath) -O -target linux" {
etac ("Test assembly") ["assembly"] "-libpath $(testpath) -O -target linux" {
arrayalloc1.eta;
arrayfuntimes.eta;
arraysorting.eta;
Expand Down

0 comments on commit 1ba3822

Please sign in to comment.