diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-05-08 10:23:03 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-05-08 10:23:05 +0000 |
| commit | 6afecae50e4faafafbde8dae6bf8f534b8b7f1da (patch) | |
| tree | 56b74371bf9855272e86c9c5cced39c8cbc43ce8 /spec/rtnode_spec.moon | |
| parent | wip new type system and refactoring (diff) | |
| download | alive-6afecae50e4faafafbde8dae6bf8f534b8b7f1da.tar.gz alive-6afecae50e4faafafbde8dae6bf8f534b8b7f1da.zip | |
add alv.type and spec
Diffstat (limited to 'spec/rtnode_spec.moon')
| -rw-r--r-- | spec/rtnode_spec.moon | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/rtnode_spec.moon b/spec/rtnode_spec.moon index c4cf4e9..a842a74 100644 --- a/spec/rtnode_spec.moon +++ b/spec/rtnode_spec.moon @@ -1,7 +1,6 @@ import do_setup from require 'spec.test_setup' import RTNode, Scope, SimpleRegistry from require 'alv' -import Input, Op, Constant, EvtStream, IOStream from require 'alv.base' -import Primitive from require 'alv.types' +import Primitive, Input, Op, Constant, EvtStream, IOStream from require 'alv.base' setup do_setup num = Primitive 'num' |
