diff options
Diffstat (limited to 'testament/tests/shouldfail/tccodecheck.nim')
-rw-r--r-- | testament/tests/shouldfail/tccodecheck.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/tests/shouldfail/tccodecheck.nim b/testament/tests/shouldfail/tccodecheck.nim index a8d216a5b..477da1e23 100644 --- a/testament/tests/shouldfail/tccodecheck.nim +++ b/testament/tests/shouldfail/tccodecheck.nim @@ -1,5 +1,5 @@ discard """ -ccodecheck: "baz" + ccodecheck: "baz" """ proc foo(): void {.exportc: "bar".}= |