diff options
| author | Gabriel Kerneis | 2014-06-02 15:46:40 +0100 |
|---|---|---|
| committer | Gabriel Kerneis | 2014-06-02 15:47:43 +0100 |
| commit | 978f5bc208248afe284bb9488c4e892e9315c8a2 (patch) | |
| tree | cdf934555f7fb91a48cac8f4a36d9a1fac6279fd /src/Makefile | |
| parent | 709066442759bdf4bb4fb16a66da3a31ba55e24c (diff) | |
Fix dependent-type for MEM in power.sail
Now, constraint resolution works for test/power.sail
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index b4265016..92ca2246 100644 --- a/src/Makefile +++ b/src/Makefile @@ -8,7 +8,7 @@ test: all test_power: #../../../rsem/idl/power/binary/run.sh - SAIL_OPTS=-skip_constraints ocamlbuild -classic-display sail.native test/run_power.native + ocamlbuild -classic-display sail.native test/run_power.native ./run_power.native --file ../../../rsem/idl/power/binary/main.bin test_idempotence: |
