about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-04-23 21:05:24 -0700
committerKartik Agaram <vc@akkartik.com>2019-04-23 21:05:24 -0700
commit9757d107c7ff203265826193c0350e4a11294f86 (patch)
treecc75913f0a4cb1f1e1d9d8cb63819ffbb199757b
parent0af2ea07b33ac7c810cfb8f5aa124092e626228b (diff)
downloadmu-9757d107c7ff203265826193c0350e4a11294f86.tar.gz
5120
-rwxr-xr-xsubx/test_apps2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/test_apps b/subx/test_apps
index 6481fe20..d92da83e 100755
--- a/subx/test_apps
+++ b/subx/test_apps
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Build and test (in emulated mode) all included SubX programs.
-# If running on a 32-bit machine, also compare generated binaries. (64-bit introduces discrepancies.)
+# Also compare generated binaries.
 # If running on Linux, also test natively.
 
 set -e