Skip to content

Commit

Permalink
remove the error just introduced
Browse files Browse the repository at this point in the history
  • Loading branch information
disberd committed May 23, 2024
1 parent 08b0063 commit d6dcc06
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Manifest.toml
!test/TestPackage/Manifest.toml
!test/TestDevDependency/Manifest.toml

*.jlcov
docs/build/
Expand Down
3 changes: 0 additions & 3 deletions test/TestDevDependency/src/TestDevDependency.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@ module TestDevDependency

greet() = print("Hello World!")

struct TestType end
test_type_error(t::TestType, ::Bool) = true

end # module TestDevDependency
4 changes: 0 additions & 4 deletions test/TestDevDependency/test_notebook.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,7 @@ end
# ╔═╡ 4b493e7f-78d5-4005-b7c8-630dca053e6b
TestPackage isa Module || error("TestPackage not loaded correctly")

# ╔═╡ 7af0da90-f7b5-4b36-9964-2154b07f419e
test_type_error(TestType(), 3)

# ╔═╡ Cell order:
# ╠═9ff61650-18ef-11ef-165b-13081b75c35f
# ╠═e9f7421b-9ed0-4f4d-b458-689b301dad5c
# ╠═4b493e7f-78d5-4005-b7c8-630dca053e6b
# ╠═7af0da90-f7b5-4b36-9964-2154b07f419e

0 comments on commit d6dcc06

Please sign in to comment.