mirror of https://github.com/KLayout/klayout.git
Fixed one unit test (remove file path reference)
This commit is contained in:
parent
ac5b3073f1
commit
753f2cd164
|
|
@ -893,7 +893,7 @@ TEST(24_recursive_calls)
|
|||
reader.read (is, nl);
|
||||
EXPECT_EQ (false, true);
|
||||
} catch (tl::Exception &ex) {
|
||||
EXPECT_EQ (ex.msg (), "Subcircuit 'C1' called recursively in /home/matthias/klayout/master/testdata/algo/nreader24.cir, line 8");
|
||||
EXPECT_EQ (ex.msg ().find ("Subcircuit 'C1' called recursively in"), size_t (0));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue