Skip to content

Commit c2d9a81

Browse files
committed
use test setup
1 parent 2acf709 commit c2d9a81

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test/jet_tests.jl

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,4 @@ filtered_reports = filter(reports) do report
1515
end
1616

1717
# Check if there are any non-filtered errors
18-
if !isempty(filtered_reports)
19-
@error "JET found errors" filtered_reports
20-
exit(1)
21-
else
22-
@info "All JET errors are filtered (similar_type related)"
23-
end
18+
@test isempty(filtered_reports)

0 commit comments

Comments
 (0)