diff options
author | Akira TAGOH <akira@tagoh.org> | 2006-09-24 05:33:06 +0000 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2006-09-24 05:33:06 +0000 |
commit | f8be2d53a35e634f2eba24d986373985606ac839 (patch) | |
tree | a9e00c4ae7303ffbc378e34c0c9bf49e8efaf5cc /tests | |
parent | 77d44e8705d55e9bb32f76c2413e584a1feb7fc0 (diff) |
* tests/ps/: clean up.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ps/aload.ps | 1 | ||||
-rw-r--r-- | tests/ps/and.ps | 6 | ||||
-rw-r--r-- | tests/ps/atan.ps | 5 |
3 files changed, 0 insertions, 12 deletions
diff --git a/tests/ps/aload.ps b/tests/ps/aload.ps deleted file mode 100644 index 00d5c23..0000000 --- a/tests/ps/aload.ps +++ /dev/null @@ -1 +0,0 @@ -[1 2 3] aload pstack diff --git a/tests/ps/and.ps b/tests/ps/and.ps deleted file mode 100644 index 1859abc..0000000 --- a/tests/ps/and.ps +++ /dev/null @@ -1,6 +0,0 @@ -true true and = -true false and = -false true and = -false false and = -99 1 and = -52 7 and = diff --git a/tests/ps/atan.ps b/tests/ps/atan.ps deleted file mode 100644 index 36a7525..0000000 --- a/tests/ps/atan.ps +++ /dev/null @@ -1,5 +0,0 @@ -0 1 atan == -1 0 atan == --100 0 atan == -4 4 atan == -0 0 atan == |