Add clock offset_s negative value test
[ctf-testsuite.git] / tests / 1.8 / regression / metadata / pass / clock-negative-offset-s / metadata
CommitLineData
5fb99ab2
MD
1/* CTF 1.8 */
2
3trace {
4 major = 1;
5 minor = 8;
6 byte_order = le;
7};
8
9clock {
10 name = "test";
11 offset_s = -1000;
12};
This page took 0.022476 seconds and 4 git commands to generate.