aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorducky2015-09-30 14:28:12 -0700
committerducky2015-09-30 14:28:12 -0700
commitfcd903322e53d90e098bf9d3be1c24ccc4c46a34 (patch)
treef7f8fd4587563e3e7e3c988338f6bf6eea560d01
parentd380b8cfd11d2fe1231774f7b9492aff959bb279 (diff)
Make Link.fir reference relative path, so it doesn't need someone's particular directory structure.
-rw-r--r--test/features/Link.fir2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/features/Link.fir b/test/features/Link.fir
index 721f4727..040ac2c5 100644
--- a/test/features/Link.fir
+++ b/test/features/Link.fir
@@ -1,4 +1,4 @@
-; RUN: firrtl -i %s -m /Users/cusgadmin/code/stanza/firrtl/test/features/Queue.fir -o %s.v -X verilog -p c 2>&1 | tee %s.out | FileCheck %s
+; RUN: firrtl -i %s -m %S/Queue.fir -o %s.v -X verilog -p c 2>&1 | tee %s.out | FileCheck %s
;CHECK: Lower To Ground
circuit Top :
module Top :