mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
We no longer need the platform-specific directories, so simplify the test organization. If you don't want this change, just skip merging this PR. It's purely optional.
5 lines
43 B
Ruby
5 lines
43 B
Ruby
# encoding: silly
|
|
|
|
def f
|
|
puts "hello"
|
|
end |