aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inviso/test/inviso_tool_SUITE_data/tracecase4_on.trc
blob: d14c11f78c6e8e6a4fbcd9a7ffaf4bb7bb2190e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
%% TRACECASE4_ON.TRC
%% -----------------------------------------------------------------------------
%% This is a test trace case to be used by the inviso_tool_SUITE.
%% It contains an infinity timer in order for the tracecase executer to hang.
%% -----------------------------------------------------------------------------

timer:sleep(infinity).
%% END-OF-TRACE-CASE