Sign in
gem5
/
public
/
gem5
/
c79706ff4ce591df2151db5504d3c224f3c9965f
/
.
/
ext
/
pybind11
/
tests
/
test_installed_module
/
test.py
blob: 2f06320495fff30043ecb593f4314a8416d0fddc [
file
] [
log
] [
blame
]
import
test_installed_module
assert
test_installed_module
.
add
(
11
,
22
)
==
33
print
(
'test_installed_module imports, runs, and adds: 11 + 22 = 33'
)