summaryrefslogtreecommitdiff
path: root/tests/031_xeval_replvar.test
diff options
context:
space:
mode:
authorBartek Iwańczuk <biwanczuk@gmail.com>2019-09-10 17:09:54 +0200
committerRyan Dahl <ry@tinyclouds.org>2019-09-10 11:09:54 -0400
commitacee1944b9419e101f515a501b11653af8229258 (patch)
tree25d31a76d25f465a8c97c637f3edce30c166ebb8 /tests/031_xeval_replvar.test
parent0b757f37371474da63db341b831d83539df28df6 (diff)
feat: Make integration tests rust unit tests (#2884)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
Diffstat (limited to 'tests/031_xeval_replvar.test')
-rw-r--r--tests/031_xeval_replvar.test3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/031_xeval_replvar.test b/tests/031_xeval_replvar.test
deleted file mode 100644
index ebadb6d28..000000000
--- a/tests/031_xeval_replvar.test
+++ /dev/null
@@ -1,3 +0,0 @@
-args: xeval -I val console.log(val.toUpperCase());
-input: a\nb\n\nc
-output: tests/031_xeval_replvar.out