about summary refs log tree commit diff stats
path: root/subx/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-04-23 21:21:29 -0700
committerKartik Agaram <vc@akkartik.com>2019-04-23 21:21:29 -0700
commitceb04db3cca5387d4e2aa2e9222434fc8701f2ec (patch)
tree0e61f843a9c9e31dd91f07e85de8eadadc92f3bf /subx/apps
parent7df08a942ae4f7904e01ed364d6214ddcf1c547a (diff)
downloadmu-ceb04db3cca5387d4e2aa2e9222434fc8701f2ec.tar.gz
5124
Diffstat (limited to 'subx/apps')
-rw-r--r--subx/apps/assort.subx2
-rw-r--r--subx/apps/dquotes.subx2
2 files changed, 2 insertions, 2 deletions
diff --git a/subx/apps/assort.subx b/subx/apps/assort.subx
index 39439b67..ecb1c213 100644
--- a/subx/apps/assort.subx
+++ b/subx/apps/assort.subx
@@ -1313,7 +1313,7 @@ _test-data-segment-end:
 
 Segment-size:
   # TODO: there's currently a tight size limit on segments because we aren't growing the heap
-  0x100/imm32/4KB
+  0x100/imm32
 #?   0x1000/imm32/4KB
 
 # . . vim:nowrap:textwidth=0
diff --git a/subx/apps/dquotes.subx b/subx/apps/dquotes.subx
index 8bab10d5..02e99e33 100644
--- a/subx/apps/dquotes.subx
+++ b/subx/apps/dquotes.subx
@@ -1048,7 +1048,7 @@ test-next-word-returns-string-with-escapes:
 
 Segment-size:
   # TODO: there's currently a tight size limit on segments because we aren't growing the heap
-  0x100/imm32/4KB
+  0x100/imm32
 #?   0x1000/imm32/4KB
 
 Next-string-literal: