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