Skip to content

Commit

Permalink
smtr: Use rosette/safe
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed Aug 29, 2024
1 parent 0352503 commit 969f201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/functional/smtlib_rosette.cc
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ struct FunctionalSmtrBackend : public Backend {
}
extra_args(f, filename, args, argidx);

*f << "#lang rosette\n";
*f << "#lang rosette/safe\n";
if (provides) {
*f << "(provide (all-defined-out))\n";
}
Expand Down

0 comments on commit 969f201

Please sign in to comment.