From 96518d8fd63fca1d01b82ac78a42251844f39201 Mon Sep 17 00:00:00 2001 From: Eugene Gladchenko Date: Thu, 21 Nov 2019 18:05:15 +0000 Subject: The name of the test file changed --- tests/bc/all.txt | 2 +- tests/bc/comp.txt | 2 ++ tests/bc/comp_results.txt | 2 ++ tests/bc/compneg.txt | 2 -- tests/bc/compneg_results.txt | 2 -- 5 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 tests/bc/comp.txt create mode 100644 tests/bc/comp_results.txt delete mode 100644 tests/bc/compneg.txt delete mode 100644 tests/bc/compneg_results.txt diff --git a/tests/bc/all.txt b/tests/bc/all.txt index 651fa4b0..134e82fd 100644 --- a/tests/bc/all.txt +++ b/tests/bc/all.txt @@ -13,7 +13,7 @@ trunc places vars boolean -compneg +comp abs assignments functions diff --git a/tests/bc/comp.txt b/tests/bc/comp.txt new file mode 100644 index 00000000..ca621ead --- /dev/null +++ b/tests/bc/comp.txt @@ -0,0 +1,2 @@ +-999999999 < -1 +-1000000000 < -1 diff --git a/tests/bc/comp_results.txt b/tests/bc/comp_results.txt new file mode 100644 index 00000000..6ed281c7 --- /dev/null +++ b/tests/bc/comp_results.txt @@ -0,0 +1,2 @@ +1 +1 diff --git a/tests/bc/compneg.txt b/tests/bc/compneg.txt deleted file mode 100644 index ca621ead..00000000 --- a/tests/bc/compneg.txt +++ /dev/null @@ -1,2 +0,0 @@ --999999999 < -1 --1000000000 < -1 diff --git a/tests/bc/compneg_results.txt b/tests/bc/compneg_results.txt deleted file mode 100644 index 6ed281c7..00000000 --- a/tests/bc/compneg_results.txt +++ /dev/null @@ -1,2 +0,0 @@ -1 -1 -- cgit v1.2.3