summaryrefslogtreecommitdiff
path: root/tests/lean/misc/constants/lakefile.lean
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lean/misc/constants/lakefile.lean')
-rw-r--r--tests/lean/misc/constants/lakefile.lean18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/lean/misc/constants/lakefile.lean b/tests/lean/misc/constants/lakefile.lean
deleted file mode 100644
index ed8eebc2..00000000
--- a/tests/lean/misc/constants/lakefile.lean
+++ /dev/null
@@ -1,18 +0,0 @@
-import Lake
-open Lake DSL
-
-require mathlib from git
- "https://github.com/leanprover-community/mathlib4.git"
-
-package «constants» {
- -- add package configuration options here
-}
-
-lean_lib «Base» {
- -- add library configuration options here
-}
-
-lean_lib «Constants» {
- -- add library configuration options here
-}
-