Fix for MSVC builds

This commit is contained in:
Matthias Koefferlein 2025-05-25 23:24:38 +02:00
parent 534b33be1c
commit 13bc723831
1 changed files with 4 additions and 4 deletions

View File

@ -96,10 +96,10 @@ TEST(basic)
tech.skip_simplify = true;
EXPECT_EQ (tech.to_string (),
u8"skip_simplify=true\n"
u8"Via(bottom=L1, cut=L1, top=L1, R=2 \xC2\xB5m\xC2\xB2*Ohm, d_merge=0.2 \xC2\xB5m)\n"
u8"Conductor(layer=L1, R=0.5 Ohm/sq, algo=SquareCounting)\n"
u8"Conductor(layer=L1, R=0.25 Ohm/sq, algo=Tesselation, tri_min_b=0.5 \xC2\xB5m, tri_max_area=1.5 \xC2\xB5m\xC2\xB2)"
"skip_simplify=true\n"
"Via(bottom=L1, cut=L1, top=L1, R=2 \xC2\xB5m\xC2\xB2*Ohm, d_merge=0.2 \xC2\xB5m)\n"
"Conductor(layer=L1, R=0.5 Ohm/sq, algo=SquareCounting)\n"
"Conductor(layer=L1, R=0.25 Ohm/sq, algo=Tesselation, tri_min_b=0.5 \xC2\xB5m, tri_max_area=1.5 \xC2\xB5m\xC2\xB2)"
);
}