about summary refs log tree commit diff stats
path: root/subx/test_layers
diff options
context:
space:
mode:
Diffstat (limited to 'subx/test_layers')
-rwxr-xr-xsubx/test_layers1
1 files changed, 1 insertions, 0 deletions
diff --git a/subx/test_layers b/subx/test_layers
index 688a5a99..ad5ab1a0 100755
--- a/subx/test_layers
+++ b/subx/test_layers
@@ -20,6 +20,7 @@ CFLAGS=$CFLAGS ./build  # build optimized by default since we'll be running it r
 # add SubX files one at a time
 for f in [0-9]*.subx
 do
+  [ $f == '049'* ]  &&  continue
   echo "=== $f"
   ./subx translate $(../enumerate/enumerate --until $f |grep '\.subx$') -o a.elf  &&  ./subx run a.elf
   echo