Skip to content

Commit

Permalink
fix warning in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellwrosen committed Aug 27, 2024
1 parent 2942ed6 commit 9346865
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion parser-typechecker/tests/Unison/Test/Common.hs
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,7 @@ parsingEnv =
Parser.ParsingEnv
{ uniqueNames = mempty,
uniqueTypeGuid = \_ -> pure Nothing,
names = B.names
names = B.names,
maybeNamespace = Nothing,
localNamespacePrefixedTypesAndConstructors = mempty
}

0 comments on commit 9346865

Please sign in to comment.