summaryrefslogtreecommitdiff
path: root/src/Parser.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Parser.hs')
-rw-r--r--src/Parser.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Parser.hs b/src/Parser.hs
index ed03f3f..c94e1e8 100644
--- a/src/Parser.hs
+++ b/src/Parser.hs
@@ -45,6 +45,7 @@ parseTestDefinition = label "test definition" $ toplevel ToplevelTest $ do
}
href <- L.indentLevel
testName <- header
+ testModuleName <- gets testCurrentModuleName
osymbol ":" <* eol <* scn
ref <- L.indentGuard scn GT href