diff --git a/src/tests/integration/test-data/foundry-init-code b/src/tests/integration/test-data/foundry-init-code index 17835d018..80fe28095 100644 --- a/src/tests/integration/test-data/foundry-init-code +++ b/src/tests/integration/test-data/foundry-init-code @@ -3,4 +3,5 @@ InitCodeTest.testFail_init() ConstructorArgsTest.test_constructor_args() ConstructorTest.test_constructor() ConstructorTest.testFail_constructor() -ConstructorTest.run_constructor() \ No newline at end of file +ConstructorTest.run_constructor() +ExternalNestedLibraryTest.testExtLibs() \ No newline at end of file