Skip to content

Commit b6b4a08

Browse files
committed
Fixes for 1.10.
1 parent 9037103 commit b6b4a08

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

test/Project.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
[deps]
22
FileCheck = "4e644321-382b-4b05-b0b6-5d23c3d944fb"
33
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
4-
5-
[sources]
6-
FileCheck = {path = ".."}

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ end
304304
"hello world"
305305
end
306306

307-
@test !@test_warn "IMPLICIT-CHECK-NOT: excluded string found" @filecheck implicit_check_not="world" begin
307+
@test !@test_warn "excluded string found" @filecheck implicit_check_not="world" begin
308308
@check "hello"
309309
"hello world"
310310
end

0 commit comments

Comments
 (0)