mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 09:12:34 +03:00
8 lines
168 B
Plaintext
Executable File
8 lines
168 B
Plaintext
Executable File
. ../../testutils.sh
|
|
|
|
run --cg gambit BitOps.idr > output
|
|
|
|
# We finish with cmp so that the test fails if the comparison fails
|
|
diff expected output
|
|
cmp expected output
|