diff --git a/testdata/ruby/layMacro.rb b/testdata/ruby/layMacro.rb index 39c980742..23dc7c253 100644 --- a/testdata/ruby/layMacro.rb +++ b/testdata/ruby/layMacro.rb @@ -150,6 +150,9 @@ END return end + # makes RBA::Value available as tl.Value + pya.eval_string("import klayout.tl"); + macro_file = File.join($ut_testtmp, "test.lym") File.open(macro_file, "w") do |file| file.write(<<"END")