Fixed unit test

This commit is contained in:
Matthias Koefferlein 2024-02-03 21:43:30 +01:00
parent be039539e6
commit e08429ee44
1 changed files with 1 additions and 1 deletions

View File

@ -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