We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9037103 commit b6b4a08Copy full SHA for b6b4a08
2 files changed
test/Project.toml
@@ -1,6 +1,3 @@
1
[deps]
2
FileCheck = "4e644321-382b-4b05-b0b6-5d23c3d944fb"
3
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
4
-
5
-[sources]
6
-FileCheck = {path = ".."}
test/runtests.jl
@@ -304,7 +304,7 @@ end
304
"hello world"
305
end
306
307
- @test !@test_warn "IMPLICIT-CHECK-NOT: excluded string found" @filecheck implicit_check_not="world" begin
+ @test !@test_warn "excluded string found" @filecheck implicit_check_not="world" begin
308
@check "hello"
309
310
0 commit comments