aboutsummaryrefslogtreecommitdiffstats
path: root/tests/various/logger_nowarning.ys
diff options
context:
space:
mode:
Diffstat (limited to 'tests/various/logger_nowarning.ys')
-rw-r--r--tests/various/logger_nowarning.ys6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/various/logger_nowarning.ys b/tests/various/logger_nowarning.ys
deleted file mode 100644
index 87cbbc644..000000000
--- a/tests/various/logger_nowarning.ys
+++ /dev/null
@@ -1,6 +0,0 @@
-logger -expect-no-warnings -nowarn "is implicitly declared."
-read_verilog << EOF
-module top(...);
- assign b = w;
-endmodule
-EOF