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.lean12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/lean/misc-constants/lakefile.lean b/tests/lean/misc-constants/lakefile.lean
deleted file mode 100644
index 01aacb90..00000000
--- a/tests/lean/misc-constants/lakefile.lean
+++ /dev/null
@@ -1,12 +0,0 @@
-import Lake
-open Lake DSL
-
-require mathlib from git
- "https://github.com/leanprover-community/mathlib4.git"
-
-package «constants» {}
-
-lean_lib «Base» {}
-
-@[default_target]
-lean_lib «Constants» {}