Skip to content

Commit

Permalink
Fixup toml
Browse files Browse the repository at this point in the history
  • Loading branch information
NHDaly committed Jul 8, 2023
1 parent 37d6e4f commit e60290b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ julia = "1.6"
pprof_jll = "0.1, 1"

[extras]
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
test = ["InteractiveUtils", "Revise", "Test"]
3 changes: 1 addition & 2 deletions test/golden/regression_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,9 @@ ERROR: LoadError: Some tests did not pass: 1 passed, 2 failed, 0 errored, 0 brok
in expression starting at /Users/nathandaly/.julia/dev/PProf/test/golden/regression_test.jl:32
=#



using Profile, PProf
using Test, Revise
using InteractiveUtils: peakflops

# Make sure that there's no local diffs (grep returns -1 if empty)
@assert !success(pipeline(`git status --porcelain=v1`,`grep -v '^??'`))
Expand Down

0 comments on commit e60290b

Please sign in to comment.