From b76cd7253a1d0e6ce2260071c375eae7a8141468 Mon Sep 17 00:00:00 2001 From: Kane York Date: Fri, 14 Aug 2020 19:04:30 -0700 Subject: feat(tvix): Re-enable language tests that needed a store Now that we have access to a store in tests, we can enable the tests that needed a store. Additionally, move the expected output files for disabled tests into the disabled folder. Change-Id: I2492d49d43b93c7c9b0463e4d3d2855a5a51365d Reviewed-on: https://cl.tvl.fyi/c/depot/+/1758 Tested-by: BuildkiteCI Reviewed-by: glittershark --- third_party/nix/src/tests/lang/evalstore-okay-context.exp | 1 + 1 file changed, 1 insertion(+) create mode 100644 third_party/nix/src/tests/lang/evalstore-okay-context.exp (limited to 'third_party/nix/src/tests/lang/evalstore-okay-context.exp') diff --git a/third_party/nix/src/tests/lang/evalstore-okay-context.exp b/third_party/nix/src/tests/lang/evalstore-okay-context.exp new file mode 100644 index 000000000000..f8088f9e172a --- /dev/null +++ b/third_party/nix/src/tests/lang/evalstore-okay-context.exp @@ -0,0 +1 @@ +"foo evalstore-okay-context.nix bar" -- cgit 1.4.1