mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-21 02:31:50 +03:00
7d3e3e0719
They need to be positive or we can't make the buffer, which causes a segfault. This happened when loading old TTCs with a different format. Fixes #1503
7 lines
137 B
Plaintext
Executable File
7 lines
137 B
Plaintext
Executable File
mkdir -p build/ttc
|
|
echo "TT2This Is A Fake TTC" > build/ttc/Fake.ttc
|
|
|
|
$1 --no-color --console-width 0 --check TestFake.idr
|
|
|
|
rm -rf build
|