mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-24 06:52:19 +03:00
Add missing test
:# ../../../src/Compiler/.ANF.idr.swp
This commit is contained in:
parent
c1f58d963f
commit
6c9ad81c12
@ -71,7 +71,7 @@ idrisTests = MkTestPool []
|
||||
"interface005", "interface006", "interface007", "interface008",
|
||||
"interface009", "interface010", "interface011", "interface012",
|
||||
"interface013", "interface014", "interface015", "interface016",
|
||||
"interface017", "interface018",
|
||||
"interface017", "interface018", "interface019", "interface020",
|
||||
-- Miscellaneous REPL
|
||||
"interpreter001", "interpreter002", "interpreter003", "interpreter004",
|
||||
"interpreter005",
|
||||
|
1
tests/idris2/interface020/expected
Normal file
1
tests/idris2/interface020/expected
Normal file
@ -0,0 +1 @@
|
||||
1/1: Building LocalInterface (LocalInterface.idr)
|
3
tests/idris2/interface020/run
Executable file
3
tests/idris2/interface020/run
Executable file
@ -0,0 +1,3 @@
|
||||
$1 --no-color --console-width 0 LocalInterface.idr --check
|
||||
|
||||
rm -rf build
|
Loading…
Reference in New Issue
Block a user