Skip to content

Commit 1f4d59d

Browse files
committed
Increase TEST_MODULES_COUNT by 1 for intel-compilers/2022.1
1 parent 166b1a3 commit 1f4d59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/modules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555

5656
# number of modules included for testing purposes
57-
TEST_MODULES_COUNT = 90
57+
TEST_MODULES_COUNT = 91
5858

5959

6060
class ModulesTest(EnhancedTestCase):

0 commit comments

Comments
 (0)