aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authordan sinclair <dj2@everburning.com>2019-03-18 09:05:44 -0700
committerGitHub <noreply@github.com>2019-03-18 09:05:44 -0700
commit454b37fe2a7acff4d28bf75bbc6c576c2bd85f58 (patch)
tree97a71139a2da2ca809276d927103e88498541699 /tests
parent60f04069c0967703e1260db2bf6133a44002f92a (diff)
downloadamber-454b37fe2a7acff4d28bf75bbc6c576c2bd85f58.tar.gz
Remove pipeline from probe commands. (#377)
This CL updates the probe commands to contain the buffers needed instead of providing the pipeline.
Diffstat (limited to 'tests')
-rw-r--r--tests/cases/clear.amber2
1 files changed, 1 insertions, 1 deletions
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