Updating test data

This commit is contained in:
Matthias Koefferlein 2026-03-01 17:46:40 +01:00
parent 3115fa9b3a
commit 4049ccb4ea
5 changed files with 1 additions and 1 deletions

Binary file not shown.

BIN
testdata/drc/drcSimpleTests_au70.gds.2 vendored Normal file

Binary file not shown.

BIN
testdata/drc/drcSimpleTests_au70d.gds.2 vendored Normal file

Binary file not shown.

View File

@ -40,7 +40,7 @@ class Tl_TestClass < TestBase
assert_equal(res.to_s, "")
expr = RBA::Expression.eval("1+2")
assert_equal(expr.class.to_s, "Integer")
assert_equal(expr.class.to_s == "Fixnum" || expr.class.to_s == "Integer", true)
assert_equal(expr.to_s, "3")
expr = RBA::Expression.eval("1+2.0")