diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2019-02-06 20:31:36 -0800 |
---|---|---|
committer | genotrance <dev@genotrance.com> | 2019-02-06 22:31:36 -0600 |
commit | 6f412fc6cb5e2065bca7f3dae8e9594ba26ac610 (patch) | |
tree | 37edff25eed005d93062b159e285243c9ff9cdd5 /tests | |
parent | 37f9ace517ebab5f73e01e702849f209ae21be34 (diff) | |
download | Nim-6f412fc6cb5e2065bca7f3dae8e9594ba26ac610.tar.gz |
fix #10591 regression (#10592)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/macros/t8997.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/macros/t8997.nim b/tests/macros/t8997.nim index af04fb127..b06223717 100644 --- a/tests/macros/t8997.nim +++ b/tests/macros/t8997.nim @@ -1,6 +1,6 @@ discard """ - line: 24 errormsg: "illformed AST: " + line: 24 """ import macros |