diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-02-03 23:31:03 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-02-03 23:33:48 -0800 |
commit | ddd2e9891e843279cf1c190c1ee7c5ceef9ef96b (patch) | |
tree | d6bba236bd6b28402436ce60e004decd0b951f78 /subx/apps | |
parent | 51b4f888dd20653bb218f06e1221a7007446fcd5 (diff) | |
download | mu-ddd2e9891e843279cf1c190c1ee7c5ceef9ef96b.tar.gz |
4951
Cleaner way to compare streams in tests.
Diffstat (limited to 'subx/apps')
-rwxr-xr-x | subx/apps/crenshaw2-1 | bin | 15549 -> 16079 bytes |
-rwxr-xr-x | subx/apps/crenshaw2-1b | bin | 16108 -> 16638 bytes |
-rwxr-xr-x | subx/apps/factorial | bin | 14467 -> 14997 bytes |
-rwxr-xr-x | subx/apps/handle | bin | 15260 -> 15790 bytes |
-rwxr-xr-x | subx/apps/hex | bin | 18528 -> 19058 bytes |
-rwxr-xr-x | subx/apps/pack | bin | 17443 -> 17973 bytes |
6 files changed, 0 insertions, 0 deletions
diff --git a/subx/apps/crenshaw2-1 b/subx/apps/crenshaw2-1 index 082416cf..2088b70b 100755 --- a/subx/apps/crenshaw2-1 +++ b/subx/apps/crenshaw2-1 Binary files differdiff --git a/subx/apps/crenshaw2-1b b/subx/apps/crenshaw2-1b index f8d52e06..0d5d6b5f 100755 --- a/subx/apps/crenshaw2-1b +++ b/subx/apps/crenshaw2-1b Binary files differdiff --git a/subx/apps/factorial b/subx/apps/factorial index ee7c9782..f5b6cae5 100755 --- a/subx/apps/factorial +++ b/subx/apps/factorial Binary files differdiff --git a/subx/apps/handle b/subx/apps/handle index bfe7cf74..58e9cc13 100755 --- a/subx/apps/handle +++ b/subx/apps/handle Binary files differdiff --git a/subx/apps/hex b/subx/apps/hex index e67cc1fb..0f151ac4 100755 --- a/subx/apps/hex +++ b/subx/apps/hex Binary files differdiff --git a/subx/apps/pack b/subx/apps/pack index 4e7ae680..4651ec96 100755 --- a/subx/apps/pack +++ b/subx/apps/pack Binary files differ |