aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/test/eprof_SUITE.erl
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2010-06-07 18:44:47 +0200
committerBjörn-Egil Dahlberg <[email protected]>2010-06-09 14:26:05 +0200
commit3f2c888e08636c1f090e87fd009ff2416b8a978b (patch)
treeca0308a96ce14e08b0ae8cf73241550684718568 /lib/tools/test/eprof_SUITE.erl
parent100b825383319c9bc5ff57707348d39ad72279a9 (diff)
downloadotp-3f2c888e08636c1f090e87fd009ff2416b8a978b.tar.gz
otp-3f2c888e08636c1f090e87fd009ff2416b8a978b.tar.bz2
otp-3f2c888e08636c1f090e87fd009ff2416b8a978b.zip
Switch pattern API for eprof profile with mfa
Diffstat (limited to 'lib/tools/test/eprof_SUITE.erl')
-rw-r--r--lib/tools/test/eprof_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tools/test/eprof_SUITE.erl b/lib/tools/test/eprof_SUITE.erl
index 71e7eea56b..7e97db86b0 100644
--- a/lib/tools/test/eprof_SUITE.erl
+++ b/lib/tools/test/eprof_SUITE.erl
@@ -76,7 +76,7 @@ basic(Config) when is_list(Config) ->
%% with mfa
?line {ok, _} = eprof:profile([], eprof_test, go, [10]),
- ?line {ok, _} = eprof:profile([], {eprof_test, dec, 1}, eprof_test, go, [10]),
+ ?line {ok, _} = eprof:profile([], eprof_test, go, [10], {eprof_test, dec, 1}),
%% dump