From 454b37fe2a7acff4d28bf75bbc6c576c2bd85f58 Mon Sep 17 00:00:00 2001 From: dan sinclair Date: Mon, 18 Mar 2019 09:05:44 -0700 Subject: Remove pipeline from probe commands. (#377) This CL updates the probe commands to contain the buffers needed instead of providing the pipeline. --- tests/cases/clear.amber | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/cases/clear.amber b/tests/cases/clear.amber index 705b290..c3232ae 100644 --- a/tests/cases/clear.amber +++ b/tests/cases/clear.amber @@ -36,4 +36,4 @@ PIPELINE graphics my_pipeline END CLEAR my_pipeline -EXPECT my_pipeline BUFFER img_buf IDX 0 0 SIZE 256 256 EQ_RGBA 0 0 0 0 +EXPECT img_buf IDX 0 0 SIZE 256 256 EQ_RGBA 0 0 0 0 -- cgit v1.2.3