Skip to content

Commit

Permalink
lua: Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vmg committed May 6, 2016
1 parent f7fe094 commit 051d3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lua/test_uprobes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ int count(struct pt_regs *ctx) {
end

function TestUprobes:teardown()
BPF.cleanup_probes()
BPF.cleanup()
end

suite("TestUprobes", TestUprobes)

0 comments on commit 051d3e9

Please sign in to comment.