diff options
author | Andy Wingo <wingo@pobox.com> | 2019-09-27 22:45:30 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2019-09-27 22:57:38 +0200 |
commit | 28318cba9c24aaeb22b12a0bcd7050496cd1a3c0 (patch) | |
tree | 6f6ddc772e29bfcc5fa6a8ec9eaf6796b8baca4a /test-suite/vm/t-macros.scm | |
parent | 1c88d51c2271ac1644f4c9d7cdf326c1b118f94b (diff) | |
download | guile-28318cba9c24aaeb22b12a0bcd7050496cd1a3c0.tar.gz |
Remove "vm" tests
These tests are no longer useful.
* configure.ac:
* test-suite/Makefile.am: Remove mentions.
* test-suite/vm/Makefile.am:
* test-suite/vm/run-vm-tests.scm:
* test-suite/vm/t-basic-contructs.scm:
* test-suite/vm/t-call-cc.scm:
* test-suite/vm/t-catch.scm:
* test-suite/vm/t-closure.scm:
* test-suite/vm/t-closure2.scm:
* test-suite/vm/t-closure3.scm:
* test-suite/vm/t-closure4.scm:
* test-suite/vm/t-do-loop.scm:
* test-suite/vm/t-global-bindings.scm:
* test-suite/vm/t-literal-integers.scm:
* test-suite/vm/t-macros.scm:
* test-suite/vm/t-macros2.scm:
* test-suite/vm/t-map.scm:
* test-suite/vm/t-match.scm:
* test-suite/vm/t-mutual-toplevel-defines.scm:
* test-suite/vm/t-or.scm:
* test-suite/vm/t-proc-with-setter.scm:
* test-suite/vm/t-quasiquote.scm:
* test-suite/vm/t-records.scm:
* test-suite/vm/t-values.scm: Remove.
Diffstat (limited to 'test-suite/vm/t-macros.scm')
-rw-r--r-- | test-suite/vm/t-macros.scm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test-suite/vm/t-macros.scm b/test-suite/vm/t-macros.scm deleted file mode 100644 index bb44b46b7..000000000 --- a/test-suite/vm/t-macros.scm +++ /dev/null @@ -1,4 +0,0 @@ -;; Are built-in macros well-expanded at compilation-time? - -(false-if-exception (+ 2 2)) -(read-options) |