Mixfix operators
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
for i in tests/black/*.newt; do
|
||||
for i in tests/black/*.newt playground/samples/*.newt; do
|
||||
./build/exec/newt $i
|
||||
if [ $? != "0" ]; then
|
||||
echo FAIL $i
|
||||
|
||||
Reference in New Issue
Block a user