Skip to content

Commit 0fa1a09

Browse files
committed
add overload test in lpython
1 parent f017d9b commit 0fa1a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/run_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
"test_math1.py",
2424
"test_math_02.py",
2525
"test_c_interop_01.py",
26+
"test_generics_01.py",
2627
]
2728

2829
# CPython tests only
2930
test_cpython = [
30-
"test_generics_01.py",
3131
"test_builtin_bin.py",
3232
"test_builtin_hex.py",
3333
"test_builtin_oct.py"

0 commit comments

Comments
 (0)