aboutsummaryrefslogtreecommitdiff
path: root/tools/tf_fuzz/regression/000019_read_asset_to_variable_set_other_asset/template
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tf_fuzz/regression/000019_read_asset_to_variable_set_other_asset/template')
-rw-r--r--tools/tf_fuzz/regression/000019_read_asset_to_variable_set_other_asset/template7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/tf_fuzz/regression/000019_read_asset_to_variable_set_other_asset/template b/tools/tf_fuzz/regression/000019_read_asset_to_variable_set_other_asset/template
deleted file mode 100644
index 0111ba2435..0000000000
--- a/tools/tf_fuzz/regression/000019_read_asset_to_variable_set_other_asset/template
+++ /dev/null
@@ -1,7 +0,0 @@
-purpose to read an asset into a named variable the set another asset from that variable;
-set sst name source; // shorthand for random data
-read sst name source var transfer;
-set sst name intermediate var transfer;
-read sst name intermediate var transfer;
-set sst name destination var transfer;
-read sst name destination check transfer;