Tests: fix string octal encoding
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 23 Aug 2013 21:50:31 +0000 (17:50 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 23 Aug 2013 21:50:31 +0000 (17:50 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/ctf-traces/succeed/succeed3/metadata

index c180766f758176030583927ce750c3c999693cd5..de92b06197fa3cd19820e8d48ae00e73b6874311 100644 (file)
@@ -6,7 +6,7 @@ trace {
        major = 0;
        minor = 1;
        test = "\"";
-       test2 = "?\x20\o040?";
+       test2 = "?\x20\040?";
        test3 = '\n';
        uuid = "2a6422d0-6cee-11e0-8c08-cb07d7b3a564";
        byte_order = le;
This page took 0.024376 seconds and 4 git commands to generate.