Skip to content
Snippets Groups Projects
Commit 39760a49 authored by Martin Nilsson's avatar Martin Nilsson
Browse files

Simplified nonregression

Rev: bin/mktestsuite:1.21
parent 4a156f4d
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@ define([[CONDITION]],[[]])
define(ifefun,[[cond([[all_constants()->\$1]],[[\$2]])]])
define(nonregression,cond([[!all_constants()->regression]],[[\$1]]))
define(nonregression,[[ifefun(regression,[[\$1]])]])
define(TESTNO,0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment