diff --git a/test/Python/src/federated/DistributedStructAsType.lf b/test/Python/src/federated/DistributedStructAsType.lf index b3a83cc600..8179a295a7 100644 --- a/test/Python/src/federated/DistributedStructAsType.lf +++ b/test/Python/src/federated/DistributedStructAsType.lf @@ -5,10 +5,6 @@ target Python { import Source, Print from "../StructAsType.lf" -preamble {= - import hello -=} - federated reactor { s = new Source() p = new Print() diff --git a/test/Python/src/federated/DistributedStructPrint.lf b/test/Python/src/federated/DistributedStructPrint.lf index d3dbfe398b..b447fc61cd 100644 --- a/test/Python/src/federated/DistributedStructPrint.lf +++ b/test/Python/src/federated/DistributedStructPrint.lf @@ -7,10 +7,6 @@ target Python { import Print, Check from "../StructPrint.lf" -preamble {= - import hello -=} - federated reactor { s = new Print() p = new Check()