mirror of https://github.com/KLayout/klayout.git
Fixed unit test
This commit is contained in:
parent
be039539e6
commit
e08429ee44
|
|
@ -247,7 +247,7 @@ TEST(102_PythonInclude)
|
|||
throw;
|
||||
}
|
||||
|
||||
EXPECT_EQ (console.text (), "Stop 1: m2.py:8\nf: a_inc.py:5\nStop 2: m2.py:14\n");
|
||||
EXPECT_EQ (console.text (), "Stop 1: m2.py:9\nf: a_inc.py:5\nStop 2: m2.py:15\n");
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue