Skip to content

Commit 1289e7c

Browse files
allightcopybara-github
authored andcommitted
Avoid double '/' in paths in test
PiperOrigin-RevId: 645435643
1 parent 8b1b4f8 commit 1289e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xls/contrib/xlscc/integration_tests/artifact_analyzability_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from xls.common import runfiles
2222
from xls.ir import xls_ir_interface_pb2
2323

24-
_INTEGRATION_TESTS_DIR = "xls/contrib/xlscc/integration_tests/"
24+
_INTEGRATION_TESTS_DIR = "xls/contrib/xlscc/integration_tests"
2525
_INPUT_UNSIGNED_LOOP_IR_FILE = f"{_INTEGRATION_TESTS_DIR}/simple_unsigned_pipelined_loop_fsm.ir.interface.binpb"
2626
_OUTPUT_UNSIGNED_LOOP_IR_FILE = f"{_INTEGRATION_TESTS_DIR}/simple_unsigned_pipelined_loop_fsm.opt.ir.interface.binpb"
2727
_INPUT_UNSIGNED_NESTED_LOOP_IR_FILE = f"{_INTEGRATION_TESTS_DIR}/simple_unsigned_nested_pipelined_loop_fsm.ir.interface.binpb"

0 commit comments

Comments
 (0)