diff options
Diffstat (limited to 'tests/input_files/ifneq_1')
-rw-r--r-- | tests/input_files/ifneq_1 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/input_files/ifneq_1 b/tests/input_files/ifneq_1 deleted file mode 100644 index 5b443c5..0000000 --- a/tests/input_files/ifneq_1 +++ /dev/null @@ -1,3 +0,0 @@ -ifneq(a, a, true, false) ---- -false |