We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa8e4e commit ab967adCopy full SHA for ab967ad
src/grt/test/estimate_path_resistance.tcl
@@ -27,10 +27,10 @@ puts "Resistance: $res"
27
28
# Test 4: Error handling - Invalid pin
29
puts "\nTest 4: Error handling - Invalid pin"
30
-catch {estimate_path_resistance "invalid_pin" _762_/Z} err
+catch { estimate_path_resistance "invalid_pin" _762_/Z } err
31
puts "Expected error: $err"
32
33
# Test 5: Error handling - Missing layer
34
puts "\nTest 5: Error handling - Missing layer"
35
-catch {estimate_path_resistance _858_/D _762_/Z -layer1 metal2} err
+catch { estimate_path_resistance _858_/D _762_/Z -layer1 metal2 } err
36
0 commit comments