Commit 17d8f190 authored by williangaspar's avatar williangaspar

Typo fix

parent f158e693
......@@ -40,7 +40,7 @@ TEST(Parser, builtin_variables)
test("kprobe:f { arg0 }", "Program\n kprobe:f\n builtin: arg0\n");
test("kprobe:f { retval }", "Program\n kprobe:f\n builtin: retval\n");
test("kprobe:f { func }", "Program\n kprobe:f\n builtin: func\n");
test("kprobe:f { probe }", "Program\n kprobe:f\n builtin: prove\n");
test("kprobe:f { probe }", "Program\n kprobe:f\n builtin: probe\n");
test("kprobe:f { args }", "Program\n kprobe:f\n builtin: args\n");
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment