We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fd1be9 commit 05428c8Copy full SHA for 05428c8
1 file changed
test/ruby/test_zjit.rb
@@ -395,7 +395,9 @@ def array.itself = :not_itself
395
test(array)
396
397
fxt_files = Dir.glob("/tmp/perfetto-\#{Process.pid}.fxt")
398
- fxt_files.length == 1 && !File.empty?(fxt_files.first)
+ result = fxt_files.length == 1 && !File.empty?(fxt_files.first)
399
+ File.unlink(*fxt_files)
400
+ result
401
RUBY
402
end
403
0 commit comments