summaryrefslogtreecommitdiff
path: root/tests/projects
diff options
context:
space:
mode:
authorruki <[email protected]>2023-01-12 00:46:49 +0800
committerruki <[email protected]>2023-01-13 20:50:56 +0800
commit195b23ef65bb65db80d8ba321162636f0357f2f7 (patch)
tree6065cf2a2d36086cd0c3198a5daa01d16be909ea /tests/projects
parent2dc422359767bf0bf325e1f0b7bf05ea9de9334c (diff)
improve path
Diffstat (limited to 'tests/projects')
-rw-r--r--tests/projects/embed/iverilog/hello/src/main.v3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/projects/embed/iverilog/hello/src/main.v b/tests/projects/embed/iverilog/hello/src/main.v
index be0b56105..05e777eee 100644
--- a/tests/projects/embed/iverilog/hello/src/main.v
+++ b/tests/projects/embed/iverilog/hello/src/main.v
@@ -1,6 +1,5 @@
module main();
- initial
- begin
+ initial begin
$display("hello world!");
$finish ;
end