diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-04-23 21:05:24 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-04-23 21:05:24 -0700 |
commit | 9757d107c7ff203265826193c0350e4a11294f86 (patch) | |
tree | cc75913f0a4cb1f1e1d9d8cb63819ffbb199757b | |
parent | 0af2ea07b33ac7c810cfb8f5aa124092e626228b (diff) | |
download | mu-9757d107c7ff203265826193c0350e4a11294f86.tar.gz |
5120
-rwxr-xr-x | subx/test_apps | 2 |
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 |