blob: 66794dfa1122fa03ad78de0dbbcead9abfb5592d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
%% -*- erlang -*-
%% You can test this file using this command.
%% file:script("observer.dynspec", [{'Os',"Unix"}]).
case erlang:system_info(modified_timing_level) of
undefined ->
[];
_ ->
Reason = "Return trace limitation for spawn BIFs when +T is used",
[{skip,{ttb_SUITE,Reason}}]
end.
|