diff options
author | Lukas Larsson <[email protected]> | 2016-03-16 10:20:46 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2016-04-15 15:08:17 +0200 |
commit | ca74d2a97ee32a7127a30f7f347c3a8814acd444 (patch) | |
tree | 4d66e599db9d4c5aa6ab2a31765e8edc40fb332b | |
parent | a67fd61a89ca7ab583612358918985d46746101e (diff) | |
download | otp-ca74d2a97ee32a7127a30f7f347c3a8814acd444.tar.gz otp-ca74d2a97ee32a7127a30f7f347c3a8814acd444.tar.bz2 otp-ca74d2a97ee32a7127a30f7f347c3a8814acd444.zip |
eprof: Fix tests after tracer module incompatabilities
-rw-r--r-- | lib/tools/test/eprof_SUITE.erl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/tools/test/eprof_SUITE.erl b/lib/tools/test/eprof_SUITE.erl index ba3b71cc1f..e908413315 100644 --- a/lib/tools/test/eprof_SUITE.erl +++ b/lib/tools/test/eprof_SUITE.erl @@ -81,9 +81,6 @@ basic(Config) when is_list(Config) -> %% error case - error = eprof:profile([Pid], fun() -> eprof_test:go(10) end), - Pid = whereis(eprof), - error = eprof:profile([Pid], fun() -> eprof_test:go(10) end), A = spawn(fun() -> receive _ -> ok end end), profiling = eprof:profile([A]), true = exit(A, kill_it), |