From fac32d0a5fe3ef766312e5fef295a372aab85032 Mon Sep 17 00:00:00 2001 From: Adam Joseph Date: Sat, 9 Sep 2023 09:21:31 -0700 Subject: feat(tvix/eval): test case for b/281 This commit adds a test case for b/281. Change-Id: I8dfbfc0ff636184d7882530d8aefb329a3af9e5c Reviewed-on: https://cl.tvl.fyi/c/depot/+/9288 Reviewed-by: tazjin Tested-by: BuildkiteCI Autosubmit: Adam Joseph Reviewed-by: flokli --- tvix/eval/src/tests/tvix_tests/eval-okay-tryeval-thunk-twice.exp | 1 + 1 file changed, 1 insertion(+) create mode 100644 tvix/eval/src/tests/tvix_tests/eval-okay-tryeval-thunk-twice.exp (limited to 'tvix/eval/src/tests/tvix_tests/eval-okay-tryeval-thunk-twice.exp') diff --git a/tvix/eval/src/tests/tvix_tests/eval-okay-tryeval-thunk-twice.exp b/tvix/eval/src/tests/tvix_tests/eval-okay-tryeval-thunk-twice.exp new file mode 100644 index 000000000000..b5ba0757c197 --- /dev/null +++ b/tvix/eval/src/tests/tvix_tests/eval-okay-tryeval-thunk-twice.exp @@ -0,0 +1 @@ +[ { success = false; value = false; } { success = false; value = false; } ] -- cgit 1.4.1