summaryrefslogtreecommitdiff
path: root/Windows/spice/tests/regression/lib-processing/ex1a.cir
diff options
context:
space:
mode:
Diffstat (limited to 'Windows/spice/tests/regression/lib-processing/ex1a.cir')
-rw-r--r--Windows/spice/tests/regression/lib-processing/ex1a.cir29
1 files changed, 0 insertions, 29 deletions
diff --git a/Windows/spice/tests/regression/lib-processing/ex1a.cir b/Windows/spice/tests/regression/lib-processing/ex1a.cir
deleted file mode 100644
index d3bfb5fe..00000000
--- a/Windows/spice/tests/regression/lib-processing/ex1a.cir
+++ /dev/null
@@ -1,29 +0,0 @@
-ex1a, check lib processing
-
-I1 9 0 -1mA
-X1 9 0 sub1
-
-Vcheck 9 check0 1.0V
-
-.lib 'ex1.lib' RES
-
-.subckt sub1 n1 n2
-X2 n1 n2 sub_in_lib
-R2 n1 n2 2k
-.ends
-
-.control
-op
-
-print v(check0)
-
-if abs(v(check0)) > 1e-9
- quit 1
-end
-
-echo "INFO: ok"
-quit 0
-
-.endc
-
-.end