summaryrefslogtreecommitdiff
path: root/tests/src/demo.rs
diff options
context:
space:
mode:
authorNadrieril2024-05-24 16:51:54 +0200
committerNadrieril2024-05-24 17:03:28 +0200
commit093ebced6d22f6b805147783c978af13a7a03caa (patch)
tree5b50ecfd2b2c3d1ded494285249c0670df4d60f9 /tests/src/demo.rs
parentc1892d14fc9ec728422f05dbb9de13ee92984734 (diff)
runner: Specify subdirectory in magic comments
Diffstat (limited to '')
-rw-r--r--tests/src/demo.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/demo.rs b/tests/src/demo.rs
index b9bb7ca2..0a589338 100644
--- a/tests/src/demo.rs
+++ b/tests/src/demo.rs
@@ -1,4 +1,5 @@
//@ [coq,fstar] aeneas-args=-use-fuel
+//@ [lean] subdir=Demo
#![allow(clippy::needless_lifetimes)]
/* Simple functions */