]> git.saurik.com Git - bison.git/blobdiff - tests/input.at
maint: prepare to use date ranges in copyright notices.
[bison.git] / tests / input.at
index 254668545b11d5dbe862012c848b14f11adb890e..6cfa2b120a4a8363d1951b0b2f5def10403c7f2b 100644 (file)
@@ -1306,5 +1306,9 @@ AT_BISON_CHECK([[-Dparse.lac.es-capacity-initial=1 input.y]],
                [[1]], [],
 [[<command line>:2: %define variable `parse.lac.es-capacity-initial' is not used
 ]])
+AT_BISON_CHECK([[-Dparse.lac.memory-trace=full input.y]],
+               [[1]], [],
+[[<command line>:2: %define variable `parse.lac.memory-trace' is not used
+]])
 
 AT_CLEANUP