Add clock offset_s negative value test
[ctf-testsuite.git] / tests / 1.8 / regression / metadata / pass / clock-negative-offset-s / 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_s = -1000;
12 };
This page took 0.029343 seconds and 4 git commands to generate.