We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e743d commit 834ade6Copy full SHA for 834ade6
Manifest.toml
Project.toml
@@ -7,8 +7,6 @@ authors = ["ScottPJones <[email protected]>"]
7
version = "0.1.5"
8
9
[deps]
10
-Format = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8"
11
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
12
-StrTables = "9700d1a9-a7c8-5760-9816-a99fda30bb8f"
13
-StringLiterals = "8f8e9dd7-1da5-502a-9ec1-434721d5fc53"
14
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
+InternedStrings = "7d512f48-7fb1-5a58-b986-67e6dc259f01"
test/runtests.jl
@@ -7,7 +7,7 @@ using ModuleInterfaceTools
@api extend InternedStrings
-@api list StrTables
+@api list InternedStrings
@api def testcase begin
myname = "Scott Paul Jones"
0 commit comments