2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-01-28 11:20:20 +08:00

test: actually run test_embedding.AsyncTest.

This commit is contained in:
whitequark 2017-06-25 05:28:28 +00:00
parent 31b52ff1b3
commit 69fa9b38e0

View File

@ -269,7 +269,7 @@ class _Async(EnvExperiment):
class AsyncTest(ExperimentCase):
def test_args(self):
exp = self.create(_RPCTypes)
exp = self.create(_Async)
exp.run()