smtr: Use rosette/safe

This commit is contained in:
Krystine Sherwin 2024-08-30 09:56:08 +12:00 committed by Emily (aiju)
parent 7fe9157df2
commit 07b6908019
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}