Remove deprecated syntax from tests

This commit is contained in:
Tobias Hunger 2022-01-27 11:24:32 +01:00 committed by Tobias Hunger
parent 2a42a55728
commit a1e9aed4ca
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
TestCase := Window {
width: 500px;
height: 550px;
color: #ecedeb;
background: #ecedeb;
property<[int]> xs: [1, 2, 3];

View file

@ -4,7 +4,7 @@
TestCase := Window {
width: 500px;
height: 550px;
color: #ecedeb;
background: #ecedeb;
property<[int]> xs: [1, 2, 3];