diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2021-04-07 13:40:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-07 13:40:57 +0200 |
commit | 939df8cbdaf8b65966c60b4e368ba317cf4d194f (patch) | |
tree | 7003001c7e71780ae3f8d5799a4fd4650f626ba8 /tests/avr/thello.nim | |
parent | d3702a4dc3f4226ae601f503bc3f2244f9e1bdce (diff) | |
download | Nim-939df8cbdaf8b65966c60b4e368ba317cf4d194f.tar.gz |
ensure the avr example keeps compiling (#17663)
* ensure the avr example keeps compiling * Update tests/avr/thello.nim * now compiles properly
Diffstat (limited to 'tests/avr/thello.nim')
-rw-r--r-- | tests/avr/thello.nim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/avr/thello.nim b/tests/avr/thello.nim new file mode 100644 index 000000000..a0191815c --- /dev/null +++ b/tests/avr/thello.nim @@ -0,0 +1,6 @@ +discard """ + cmd: "nim c --compileOnly --os:standalone --exceptions:quirky -d:noSignalHandler -d:danger $file" + action: "compile" +""" + +echo "hi" |