summaryrefslogtreecommitdiff
path: root/support/texlab/tests/scenarios/definition/latex/label/theorem.tex
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/tests/scenarios/definition/latex/label/theorem.tex')
-rw-r--r--support/texlab/tests/scenarios/definition/latex/label/theorem.tex9
1 files changed, 0 insertions, 9 deletions
diff --git a/support/texlab/tests/scenarios/definition/latex/label/theorem.tex b/support/texlab/tests/scenarios/definition/latex/label/theorem.tex
deleted file mode 100644
index 52cac48394..0000000000
--- a/support/texlab/tests/scenarios/definition/latex/label/theorem.tex
+++ /dev/null
@@ -1,9 +0,0 @@
-\usepackage{amsthm}
-\newtheorem{lemma}{Lemma}
-
-\begin{lemma}%
-\label{thm:foo}
- Foo
-\end{lemma}
-
-\ref{thm:foo}