summaryrefslogtreecommitdiffhomepage
path: root/test_suite.rb
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-05-26 11:31:29 -0400
committerrealtradam <[email protected]>2023-05-26 11:31:29 -0400
commitfa7166ec4a0b60bf6272f198a5b2eb705785f532 (patch)
tree4e07a5f4137c858a06a9a72d357b3316c793c9b6 /test_suite.rb
parent85f3e9ed33b3e3cab7e011bae3b1ac99fb4520a7 (diff)
downloadmruby-playground-felbind-gen-test.tar.gz
mruby-playground-felbind-gen-test.zip
working struct genned bindingfelbind-gen-test
Diffstat (limited to 'test_suite.rb')
-rw-r--r--test_suite.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_suite.rb b/test_suite.rb
index a31297e..84d4d5b 100644
--- a/test_suite.rb
+++ b/test_suite.rb
@@ -28,7 +28,7 @@ else
puts "Keyword Arguments Example const not found, skipping test..."
end
-if Object.const_defined? 'BasicStructExample'
+if Object.const_defined? 'Color'
puts " - Basic Struct Example - "
puts "Making a new rgb struct with:"
puts " r: 10, g: 20, b: 30"