diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-10-10 14:50:43 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-10-10 15:15:54 +0900 |
commit | 43d14d50fc4edb9d064660d0e88b823a69bd7b93 (patch) | |
tree | 63a7e6463cf6cb19bc5e1c7ced37f1e42937062b | |
parent | 15bb571730c4c19def9c4e1d59c9546056d9bd98 (diff) |
Revert "Commented out to print fiddle version"
This reverts commit a1db8dbe166d82d7238b3d375344799e057dab2b.
-rw-r--r-- | test/fiddle/helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fiddle/helper.rb b/test/fiddle/helper.rb index 037768cdb4..eae39a6efa 100644 --- a/test/fiddle/helper.rb +++ b/test/fiddle/helper.rb @@ -4,7 +4,7 @@ require 'rbconfig/sizeof' require 'test/unit' require 'fiddle' -# puts("Fiddle::VERSION: #{Fiddle::VERSION}") +puts("Fiddle::VERSION: #{Fiddle::VERSION}") # FIXME: this is stolen from DL and needs to be refactored. |