Trying to fix one more unit test

This commit is contained in:
Matthias Koefferlein 2024-01-25 20:20:31 +01:00
parent 4f9effab7e
commit 4b7c117cfd
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