Skip to content

Commit

Permalink
Use the copy action in the tool-ocamlopt-save-ir/start_from_emit.ml test
Browse files Browse the repository at this point in the history
  • Loading branch information
shindere committed Apr 19, 2021
1 parent 1905c32 commit a7363f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions testsuite/tests/tool-ocamlopt-save-ir/start_from_emit.ml
Expand Up @@ -17,8 +17,9 @@
flags = "-S start_from_emit.cmir-linear -save-ir-after scheduling"
module = "empty.ml"
ocamlopt_byte_exit_status = "0"
********* script
script = "cp start_from_emit.cmir-linear expected.cmir_linear"
********* copy
src = "start_from_emit.cmir-linear"
dst = "expected.cmir_linear"
********** check-ocamlopt.byte-output
*********** script
script = "cmp start_from_emit.cmir-linear expected.cmir_linear"
Expand Down

0 comments on commit a7363f8

Please sign in to comment.