summaryrefslogtreecommitdiff
path: root/test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test.rb')
-rwxr-xr-xtest.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.rb b/test.rb
index 9bb54a1..6b90423 100755
--- a/test.rb
+++ b/test.rb
@@ -35,7 +35,7 @@ def btn(color="black")
35 sw = comp("SW", "BTN", "SPST button", color) 35 sw = comp("SW", "BTN", "SPST button", color)
36 sw[1] - sw[4] 36 sw[1] - sw[4]
37 sw[2] - sw[3] 37 sw[2] - sw[3]
38 pair(sw[1], sw[4]) 38 pair(sw[1], sw[3])
39end 39end
40 40
41nl = Lace::Netlist.new do 41nl = Lace::Netlist.new do