Skip to content

Commit

Permalink
Enhanced tests for new import statement; Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vinzbarbuto authored and lhstrh committed Sep 18, 2024
1 parent feee84b commit 338726e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/Python/src/FederatedImportLibrary.lf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Test the new import statement, with the import path enclosed in angle brackets, in federated LF programs
target Python {
timeout: 2 sec
timeout: 2 sec
}

import Count from <lib/Count.lf>
Expand Down
2 changes: 1 addition & 1 deletion test/Python/src/ImportLibrary.lf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Test the new import statement with the import path enclosed in angle brackets
target Python {
timeout: 2 sec
timeout: 2 sec
}

import Count from <lib/Count.lf>
Expand Down

0 comments on commit 338726e

Please sign in to comment.