marker tests
[lttv.git] / tests / kernel / test-mark.c
index 223b2490dbfd589905f8a640152e8764762690bc..8f998b9b3d900ffcc7cac063b0fbec2a96bab570 100644 (file)
@@ -26,6 +26,7 @@ static int my_open(struct inode *inode, struct file *file)
        }
        MARK(subsys_mark2, "%d %s %s", 2, "blah2", "blahx");
        MARK(subsys_mark3, "%d %s %s", x, "blah3", "blah5");
+       MARK(subsys_mark3, "%d %s %s", x, "blah3", "blah5");
        test(NULL);
        test(NULL);
 
This page took 0.02213 seconds and 4 git commands to generate.