Skip to content

Commit 4c74414

Browse files
committed
test: diff_file elsewhere takes OK as first parameter
Small nit I saw when I examined the test. Signed-off-by: Øyvind Harboe <[email protected]>
1 parent eada1bb commit 4c74414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gpl/test/incremental02.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ read_def ./$test_name.def
99
global_placement -incremental -density 0.3 -pad_left 2 -pad_right 2
1010
set def_file [make_result_file $test_name.def]
1111
write_def $def_file
12-
diff_file $def_file $test_name.defok
12+
diff_file $test_name.defok $def_file

0 commit comments

Comments
 (0)