From 470df03f3d6731f0b784ceb4e1b05c8583b230a8 Mon Sep 17 00:00:00 2001 From: Kamil Rakoczy Date: Thu, 25 Jun 2020 14:17:41 +0200 Subject: [PATCH] Move combined assign tests to single file Signed-off-by: Kamil Rakoczy --- tests/opt/opt_expr_combined_assign.ys | 49 +++++++++++++++++++++++++++ tests/opt/opt_expr_or_assignment.ys | 15 -------- tests/opt/opt_expr_plus_assignment.ys | 15 -------- tests/opt/opt_expr_xor_assignment.ys | 15 -------- 4 files changed, 49 insertions(+), 45 deletions(-) create mode 100644 tests/opt/opt_expr_combined_assign.ys delete mode 100644 tests/opt/opt_expr_or_assignment.ys delete mode 100644 tests/opt/opt_expr_plus_assignment.ys delete mode 100644 tests/opt/opt_expr_xor_assignment.ys diff --git a/tests/opt/opt_expr_combined_assign.ys b/tests/opt/opt_expr_combined_assign.ys new file mode 100644 index 000000000..56fbac9de --- /dev/null +++ b/tests/opt/opt_expr_combined_assign.ys @@ -0,0 +1,49 @@ +read_verilog -sv <