Revision 242cdc5f6c06aaba99315bfcd41f8884ccc445a6 authored by Nick Robinson on 04 November 2022, 02:00:14 UTC, committed by GitHub on 04 November 2022, 02:00:14 UTC
* Add `@allocs` macro for getting number of allocations

* Rename to `@allocations`

* Add to docs

* Add news for `@allocations`
1 parent fadcbef
Raw File
test_exec.jl
# This file is a part of Julia. License is MIT: https://julialang.org/license

using Test
# Check that the fallback test set throws immediately
@test 1 == 2
back to top